Skip to main content



      Home
Home » Language IDEs » AspectJ » Howto combine different source directories under one aspect compilation
Howto combine different source directories under one aspect compilation [message #31752] Wed, 10 March 2004 11:02
Eclipse UserFriend
Hello,

I use Eclipse 2.1.1 and AspectJ 1.1.4 for development, i came across a
problem in bringing all my source directories under one aspect
compilation, here is a clear write-up of the problem.

I have a project structure which looks like

myProject
-sourceMe
-com.me
-TestAspect.java
-sourceThis
-com.me
-StartupApp.java
-sourceThat
-default.lst

After building this tree with default.lst and TestAspect, i don't see any
classes being affected(i know the aspect works, coz i copied it from
"AspecJ in Action", to try it out). I created a TestAspect.lst in the same
directory as TestAspect.java, this seems to work but then, it affects the
classes in sourceMe directory and no other classes though other
directories have the same com.me.* form. Coz StartupApp.java is the the
entry point of my application, the above seems to have no effect when
executed. Can anyone please suggest a solution?

Regards,
Rohith.
Previous Topic:How is Lancaster doing?
Next Topic:Howto combine different source directories under one aspect compilation
Goto Forum:
  


Current Time: Tue Sep 09 06:59:47 EDT 2025

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

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

Back to the top