Skip to main content

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

Sorry, I was replying to the original poster, not your comments (which
are fine) - sometimes users expect the aspectj project to change what
gets built in the java project but thats not true.

apologies for the confusion.


On 27/06/07, Bora Erbas <bora.erbas@xxxxxxxxx> wrote:
Is this what you want or what you say would happen with my suggestion?
Because I think what you have described below would happen by doing
what I suggested...

Another similar suggestion:
1. B outputs its classes to B.jar.
2. A has B.jar in inpath and aspectj outputs this to B2.jar.
3. A uses B2.jar in its classpath.

Or my 1st suggestion without the use of B2.jar where all B classes
would appear in A's output folders.

Sorry if I am being thick here..?

On 6/27/07, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
> Remember that the woven files will appear in the output folders of
> project A, the AspectJ project, whilst the class files in the output
> folders for project B will remain untouched.
>
> On 27/06/07, Bora Erbas <bora.erbas@xxxxxxxxx> wrote:
> > 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
> > >
> > _______________________________________________
> > ajdt-dev mailing list
> > ajdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/ajdt-dev
> >
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top