Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] AspectJ Build Inpath

Maybe you can try this:
1. Configure project B to output a jar file (B.jar) when built
2. Add B.jar to Project A's inpath

On 6/27/07, Iris Groher <Iris.Groher@xxxxxx> wrote:
Dear all,

We have 2 projects A and B. A is an AspectJ project, B is a normal Java project. We added B (the class folder) to the inpath of project A. The problem is that the aspect is not woven and after a rebuild the entry of the inpath disappears. Is this a bug or have we done something wrong?
We use Eclipse version 3.3.0 and AJDT version 1.5.0.200705230420

Thank's for your help!

Greetings,
Iris.

--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top