Copyright © 2003 Eclipse.org. All Rights Reserved

Controlling AspectJ project properties and compiler settings

 

To access the project properties for an AspectJ project select the project in the Package Explorer, and then select “properties” from the context menu. AJDT honours the Java Compiler settings – these can be configured at a workspace and at a project level: select the “use project settings” option to tailor the settings for an individual project.

 

 

Select the AspectJ Compiler tab for options particular to AspectJ:

 

 

Input jars (classes) are binary jars into which AspectJ is to compose aspects. Input jars (aspects) are binary aspect libraries to be used in the compilation. See the AspectJ project documentation for more details on these options. Output jar is the name of a jar file into which the results of the compilation will be placed (if this option is left blank, the class files are written in the normal project output directory).

 

Of course, all the normal Java Build Path options for adding jars etc. to the classpath are also available from the “Java Build Path” tab too.