Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » PDE + AJDT = OMGBBQ
PDE + AJDT = OMGBBQ [message #583248] Tue, 28 September 2004 19:17
Ben Youngdahl is currently offline Ben YoungdahlFriend
Messages: 6
Registered: July 2009
Junior Member
I have a plugin, "X", which needs to be woven with an Aspect "Foo" defined
in plugin "A." All plugins have a dependency on AJDE. Plugin "X" depends on
plugin "A." "Foo" is defined such that its pointcuts will definitely select
joinpoints in "X."

It seems I have to get "Foo" onto the aspect path for plugin "X". I can only
do that by using a JAR. Therefore, I must have plugin "A" generate a JAR.
Generating a JAR in "A" means a "\bin" directory isn't updated, just the
JAR. This appears to have serious issues with self-hosting in Eclipse;
specifically, I can't seem to get Eclipse to use JAR-based rather than
"\bin" classpathes when running in a runtime workbench launch config.

Thanks for any suggestions you can give.
Previous Topic:workbench build failed 3.0
Next Topic:Plugin and Fragment with AspectJ
Goto Forum:
  


Current Time: Thu Apr 25 19:56:07 GMT 2024

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

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

Back to the top