...
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/ |
...
- Set up and configure the JDK 7.0.
- Download and install the JDKs.
- Set the environment variable JAVA_HOME to point to the JDK 7.0.
- Set up and configure the Ant software.
- Download and install the Ant software.
- Set your execution path so that it contains the
ant
command. For example: ANT-dist-path/bin/ant
- Make
asmtools/build
the current directory.Edit theasmtools/build/build.properties
file. - The
jdk5.home
property specifies where the JDK 7.0 is located. Execute the
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/
-- Temporarybinaries/ -- 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.
Additional Build Targets
...
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) |
Overview
Content Tools
ThemeBuilder