Bug 469373

Summary: Compiling single classes
Product: [Tools] AspectJ Reporter: Ariel Cattan <ariel>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: ariel
Version: 1.8.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 8   
Whiteboard:

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