Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: aspectj-users digest, Vol 1 #528 - 1 msg



>Open to correction, but I thought currently ajc works like a
>preprocessor for your source.
ajc does not preprocess source code. It uses a 2 stage process to first
compile the source (Java and aspects) then weave. The second stage can be
used by itself to perform binary weaving on JAR files. Please see the
documentation on the AspectJ Web site:
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/devguide/ajc-ref.html

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/



Back to the top