Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] ajc - how to compile only .aj files but avoid weaving (for load time weaving)

Hi,

I want to use Load Time Weaving and thus want
ajc to compile only .aj files containing my advices,
but do not generate woven class files for the
Java files.

I tried going thru' all command line options of ajc
but couldn't find any.

Please help.

Thanks,
Jayesh
-- 
View this message in context: http://www.nabble.com/ajc---how-to-compile-only-.aj-files-but-avoid-weaving-%28for-load-time-weaving%29-tf4242454.html#a12071901
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top