> AspectJML crosscutting contract specifications for better modularity
| ||||||||
AspectJML - Installation |
||||||||
Downloading the CompilerThe AspectJML compiler can be obtained in the following forms:
Structure of AspectJML DistributionThe archive file contains the following folders.
Requirements for Running AspectJML Compiler
Running the AspectJML CompilerThe AspectJML compiler can be used in two ways:
Running the AspectJML Compiler from Within AntUse the following ajmlc ant task that can be used like the javac task to compile projects. As needed, you can configure the global properties in the build.xml file. The main properties are the following: For instance, the property src.dir, defines the place where the annotated classes are located. The dest.dir defines the folder where the bytecode is generated; the default value, as with eclipse, is bin, so that we can run the compiled annotated classes from within eclipse. |