JastAdd2 Release R20130212
Binary distribution
- The tool: jastadd2.jar
Do "java -jar jastadd2.jar --help" for information on how to run the tool from the command line. - Reference manual
- Release notes
- All three files zipped together: jastadd2-bin.zip
Unpack by the command "unzip jastadd2-bin.zip"
Source distribution
- The source: jastadd2-src.zip
- Unpack by the command "unzip jastadd2-src.zip"
- Get AspectJ 1.5.3, and install it as follows:
- Create a new empty dir where you unpack aspectj-1.5.3.jar by the command
jar -xf aspectj-1.5.3.jar
- Move its "lib" directory to "jastadd-src/tools" and rename it to "aspectj-1.5.3".
You should end up with the following directory structure:
jastadd-src/ ... tools/ ... aspectj-1.5.3/ aspectjlib.jar aspectjrt.jar aspectjtools.jar aspectjweaver.jar
- Go to jastadd-src and build jastadd2.jar:
> cd jastadd-src > make jar