|
Re: Problem with dependant projects [message #11511 is a reply to message #9696] |
Tue, 26 November 2002 22:59 |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03593 seconds