Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Problems with RCP Application using AspectJ and Spring

The aspects must be compiled even if they are only used for LTW.
However, they are not sent to the weaver until they are loaded into
the JVM.

On Tue, Sep 22, 2009 at 5:20 AM, Andreas Schilling
<andreas.schilling@xxxxxxxxxxx> wrote:
>
> hello!
>
> we don't use the AJDT headless build. but I'm not sure whether we really
> need that, as we don't use compiled
> aspects but only LTW. or is it necessary in any way? from what I read at
> the link you sent, it sounds very much like
> it's only needed for precompiled aspects.
>
> best regards,
>
> Andreas Schilling
> Information Engineering
> -------------------------------------------------------------------
> TWT GmbH
> Science & Innovation
>
> Bernhäuser Str. 40 - 42
> 73765 Neuhausen
>
> Tel: +49 - 7158 - 17 15 - 23
> Fax: +49 - 7158 - 17 15 - 32
> E-Mail: andreas.schilling@xxxxxxxxxxx
> --------------------------------------------------------------------
> www.twt-gmbh.de
> --------------------------------------------------------------------
>
> Geschäftsführung: Dimitrios Vartziotis, Joachim Laicher (stv.)
> Registergericht: Amtsgericht Stuttgart, HRB Nr. 212778
> Umsatzsteuer: ID-Nr.: DE147841145
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top