Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Load Time Weaving
Load Time Weaving [message #600677] Mon, 07 September 2009 12:56
No real name is currently offline No real nameFriend
Messages: 3
Registered: October 2009
Junior Member
hi to all,
a newbie question: i'm trying to use aspectj with a big project and with
Load Time Weaving. I had success with using Load Time Weaving with a hello
world java program but the big project isn't working.
What i'm doing is a simple adding a JOptionPane.showMessageDialog before
and after a method.
With hello.java (the small java program) is all ok.
With the big project the aspect is never called.
The aspect is the same for the small and the big project.
With the big project I have this warning when i run:
warning: javax.* types are not being woven because the weaver option
'-Xset:weaveJavaxPackages=true' has not been specified
Is this the problem? And why I have no warning with the hello.java project?
Thanks in advance

Bepi
Previous Topic:Restrict weaver to only certain packages
Next Topic:Load Time Weaving
Goto Forum:
  


Current Time: Fri Mar 29 08:08:45 GMT 2024

Powered by FUDForum. Page generated in 0.09382 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top