- Loading...
...
| Technology | Where to Get It |
|---|---|
| Ant version 1.6.5 8 or later | http://ant.apache.org/ |
| JDK version 7.0 | http://java.sun.com/j2se/1.7.0/ |
...
ant command. For example: ANT-dist-path/bin/antasmtools/build the current directory.Edit the asmtools/build/build.propertiesfile.jdk5.home property specifies where the JDK 7.0 is located.ant command.The output of the build (asmtools-<VERSION>-build directory) contains the following files and subdirectories:
dist/asmtools-<VERSION>.zip -- AsmTools distribution file. Contains examples, javadocs, asmtools.jar and basic documentation files.
release/ -- Unpacked AsmTools distribution.
temp/ -- Temporary binaries/ -- Snapshot of the built product and intermediate source and binaries which were used. These include unpacked class files, sources, etc.javadoc/ -- Generated copy of the JavaDoc for public API build directory....
| Build Target | Description |
|---|---|
build (default) | Builds all binaries, doc and distributions. |
clean | Removes the entire build directory. |
clean-build | Runs the clean target, then the build target (convenience target) |
help | Prints the usage message. |
bin | Produces binaries. |
devbuild | Produces binaries and javadocs. |
javadoc | Produces javadocs. |
test | Performs sanity test. (no content presently) |