Bug 469373 - Compiling single classes
Summary: Compiling single classes
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.8.7   Edit
Hardware: PC Windows 8
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-04 05:52 EDT by Ariel Cattan CLA
Modified: 2015-06-04 05:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ariel Cattan CLA 2015-06-04 05:52:27 EDT
Hi,

I'm using ajc as part of a build instrumentation Gradle plugin. In order to reduce build times I would like to use Gradle's incremental build capabilities, and be able to weave only specific classes.
Currently, as far as I could see, ajc can accept as an inpath only directories or jar files, but cannot accept single .class files.
It would be very helpful if it could also accept single class files (or source files) as inpath.

Thanks!
Ariel