Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] only weave certain aspects from aspect library with ajdt

I'm not exactly sure what you are suggesting.  Are you asking how to
turn on and off weaving a particular aspect library into your code?
If that is the question, then it is possible.

Go to your project properties and configure your AspectJ Build path.
Add the library that you require to the Aspect Path.

If this is not your question, then please be more specific and I will
try to help.



On Mon, Jul 27, 2009 at 6:56 AM, Kurt Zitze<Garz@xxxxxxx> wrote:
> Hi,
>
> i have an aspect library with some classes and some aspects. those aspects are features for the classes in the library that can be turned on or off. what i want to do is, using this library with the desired aspects enabled. how can this be done in eclipse that has the the ajdt-plugin installed? respectively is that even possible at all?
>
> Regards
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top