Build file for WSS4J
This file is intended for ANT, a Java based build tool.
ANT is available from http://jakarta.apache.org/ant/index.html
Prerequisites:
See the README file
Build Instructions:
To build, run
ant "target"
on the directory where this file is located with the target you want.
-------------------------------------------------------------------
${product.Name} v${product.version} [${year}]
-------------------------------------------------------------------
Building with ${ant.version}
using build file ${ant.file}
Java ${java.version} located at ${java.home}
-------------------------------------------------------------------
--- Property values ---
sun.boot.class.path=${sun.boot.class.path}
classpath.test: ${classpath.test.as.string}
Build instructions
-------------------------------------------------------------------
available targets are:
compile --> compiles everything
compile.library --> compiles the source code
compile.samples --> compiles the samples source code
compile.tests --> compiles the tests source code
compile.interops--> compiles the interop source code
javadoc --> generates the API documentation
(needs Java > 1.2)
test --> runs the defined JUnit tests
report --> generates html report of test results
clean --> cleans up all generated files and
directories
jar --> creates the JAR file
gump --> includes javadoc, compile jar and test
usage --> provides help on using the build tool
(default)
changelog --> generates changelog.html
See comments inside the build.xml file for more details.
-------------------------------------------------------------------
--- Flags (Note: If the {property name} is displayed,
then the component is not present)
jdk13.present=${jdk13.present}
jdk14.present=${jdk14.present}
jdk15.present=${jdk15.present}
bc.present=${bc.present}
org.apache.ws.security.components.crypto.Merlin