Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Weaving into a war file

you need to take it apart, weave the .jar and put it back together.
You cannot directly weave the jar within the war

Andy.

On 17/04/2008, breaks <astaveley@xxxxxxxxx> wrote:
>
>  Hi,
>  I know it is possible to weave into a jar file.
>  Is it possible to weave into a war file?
>  Thanks
>
> --
>  View this message in context: http://www.nabble.com/Weaving-into-a-war-file-tp16743980p16743980.html
>  Sent from the AspectJ - users mailing list archive at Nabble.com.
>
>  _______________________________________________
>  aspectj-users mailing list
>  aspectj-users@xxxxxxxxxxx
>  https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top