Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Cross Project reference
Cross Project reference [message #592623] Tue, 21 March 2006 14:34
Satish is currently offline SatishFriend
Messages: 1
Registered: July 2009
Junior Member
Some clarifactions required using aspectJ and AJDT.

Assume that I two projects:

Project A - AspectJ project that contains only the aspects.
Project B - Is a normal java project.

While writing the aspects in proj.A, my aspects will need to make some
references to project B java files E.g: Load some configuration. How can
this be achieved? I tried by adding the project B to the java build path
(under projects) of the aspectJ project A. Now i can access the classes of
project B in the aspect, but when i run my main class using the aspect-J
load time weaving option - my aspects don't get invoked. My main class
that i run is in the java project B. how can this be achieved ?
Previous Topic:Help: how to get calling class for static methods?
Next Topic:Infinite build loop
Goto Forum:
  


Current Time: Fri Apr 19 20:08:34 GMT 2024

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

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

Back to the top