Bug 430930 - Cannot weave into aspectjtools.jar
Summary: Cannot weave into aspectjtools.jar
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Library (show other bugs)
Version: 1.7.3   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-22 07:44 EDT by Hadas Arik CLA
Modified: 2014-03-22 07:44 EDT (History)
0 users

See Also:


Attachments
logs for failure flow with ajc 1.7.3 and success flow with 1.7.2 (1.90 KB, application/zip)
2014-03-22 07:44 EDT, Hadas Arik CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hadas Arik CLA 2014-03-22 07:44:18 EDT
Created attachment 241124 [details]
logs for failure flow with ajc 1.7.3 and success flow with 1.7.2

Hi,

Since v1.7.3 I can't weave aspects into the compiled version of aspectjtools.jar. I saw that in 1.7.3 there was a related change in the weaver to solve https://bugs.eclipse.org/bugs/show_bug.cgi?id=407494, so it might be the reason for this.

2 logs are attached:
- failure.log: you can see the generated errors when I was trying to use aspectrt.jar & aspectjtools.jar of version 1.7.3
- success.log: it worked fine with version 1.7.2 of those jars

Note: I'm quite sure that it is a problem within the weaver because if I just add the weaver of version 1.7.2 to the classpath of the failed executed command (before aspectjtools) it works.

Thanks,
Arik Hadas