Bug 432647 - iajc does not preserve paths when weaving a war file
Summary: iajc does not preserve paths when weaving a war file
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.7.3   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 15:36 EDT by Adam Morgan CLA
Modified: 2014-04-11 15:36 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Morgan CLA 2014-04-11 15:36:55 EDT
When using iajc to weave aspects into a .war file, the compiler successfully finds classes under WEB-INF/classes/, weaves them, but then puts them back into the war file under the root of the archive.  

Would like to see the compiler preserve paths.