Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Problem with dependant projects
Problem with dependant projects [message #9696] Sun, 10 November 2002 23:32 Go to next message
No real name is currently offline No real nameFriend
Messages: 12
Registered: July 2009
Junior Member
When I have to aspectj projects in my workspace and I include one of them in
the other (as a dependant) project, I am not able to compile my project, as
the class files are not found.
(Taking two normal java project this works).

Is this a bug in the plugin or do I have to handle it in a different way
than when using two normal java projects?

Greeting,
Alex
Re: Problem with dependant projects [message #11511 is a reply to message #9696] Tue, 26 November 2002 22:59 Go to previous message
Eclipse UserFriend
Originally posted by: Mik.Kersten.parc.com

Hi Alex,

Inter-project dependencies are not currently supported for AspectJ projects.
You can work around this by producing a ".lst" file that contains the
dependancy. So if you have projects A and B one way to achieve that would
be to create a new configuration file (using the wizard) in prject B, and
add a reference to A's default configuration file by editing the text of
B/defaul.lst to include:

@../A/default.lst

Sine A/default.lst is generated automatically for every build of project A
this will keep the list of sources that you're depending on in A up-to-date.
This is a bit akward, and we do plan on improving the UI for project
dependencies.

Mik

"Alexander Ny
Re: Problem with dependant projects [message #563043 is a reply to message #9696] Tue, 26 November 2002 22:59 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
Hi Alex,

Inter-project dependencies are not currently supported for AspectJ projects.
You can work around this by producing a ".lst" file that contains the
dependancy. So if you have projects A and B one way to achieve that would
be to create a new configuration file (using the wizard) in prject B, and
add a reference to A's default configuration file by editing the text of
B/defaul.lst to include:

@../A/default.lst

Sine A/default.lst is generated automatically for every build of project A
this will keep the list of sources that you're depending on in A up-to-date.
This is a bit akward, and we do plan on improving the UI for project
dependencies.

Mik

"Alexander Ny
Previous Topic:AJDT Plugin Loading / Build Errors 2
Next Topic:Icons dont't display properly what can I do (bug?)
Goto Forum:
  


Current Time: Fri Apr 19 23:54:03 GMT 2024

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

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

Back to the top