Bug 84122

Summary: Allow aspectPath to contain directories
Product: [Tools] AspectJ Reporter: Matt Chapman <mpchapman>
Component: CompilerAssignee: Adrian Colyer <adrian.colyer>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: apowell
Version: 1.5.0M1   
Target Milestone: 1.5.0 M2   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 84318    

Description Matt Chapman CLA 2005-02-01 05:03:27 EST
The -aspectpath option to the compiler only allows jar/zip files, not
directories. But inpath and classpath allow directories.

This capability would improve the handling of aspects spanning multiple projects
in Eclipse. AJDT can currently only support jar/zip files on the aspect path,
which requires one of the projects to create an outjar instead of writing to the
bin directory as usual.

The iajc ant task could then also be enhanced to support aspectpath directories.
Comment 1 Adrian Colyer CLA 2005-03-23 09:29:46 EST
I'd like to get this in ASAP. Will try to do it today if i get time...
Comment 2 Adrian Colyer CLA 2005-03-23 11:54:16 EST
fix committed in tree. moving to AJDT bug for AJDT to support this in project
preferences...
Comment 3 Matt Chapman CLA 2005-03-23 12:11:30 EST
That's great, I'll enable the AJDT support as soon as we get an updated ajde
with the fix.
We already have bug 84318 for the AJDT support, so I'll pass this one back for
you to close.
Comment 4 Andrew Clement CLA 2005-03-24 11:37:22 EST
Fix available, see download page:

aspectj-DEVELOPMENT-20050324155000.jar