Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] ajc compile problem


If you compile you aspects (.aj files) separately from the rest of your program then it will not be woven. The aspects themselves will be woven however. May I ask why you need to do this?

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/



fcostasilva <fcostasilva@xxxxxxxxx>
Sent by: aspectj-users-bounces@xxxxxxxxxxx

03/01/2007 08:20

Please respond to
aspectj-users@xxxxxxxxxxx

To
aspectj-users@xxxxxxxxxxx
cc
Subject
[aspectj-users] ajc compile problem






Is possible generate .class files of .aj source without woven classes, in the
same way that javac compiler ?
--
View this message in context: http://www.nabble.com/ajc-compile-problem-tf2912270.html#a8137169
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