Mega Code Archive
Ant build script
tests.are.on.system.classpath=${tests.are.on.system.classpath}
compiles the source code">
creates the Apache Ant jars">
creates the Apache Ant Test Utilities jar">
We cannot build the test jar unless JUnit is present,
as JUnit is needed to compile the test classes.
creates a minimum distribution to run Apache Ant">
creates a complete distribution">
creates a bootstrap build">
creates a source distribution">
creates the zip and tar distributions">
creates the full Apache Ant distribution">
Uploading Ant version ${project.version}
to host ${ssh.host} as ${apache.user}
distribution to ${ssh.dist.directory}
JAR files to ${ssh.java-repository.directory}/jars
POM files to ${ssh.java-repository.directory}/poms
Known hosts = ${ssh.knownhosts}
uploads the distribution"
depends="init-upload,ssh-mkdirs">
cleans up build and dist directories">
cleans up everything">
creates the API documentation">
creates the API documentation for test utilities">
offline=${offline}
run unit tests and reports"
depends="dump-info,junit-report,antunit-report,check-failed">
Unit tests failed;
see ${build.junit.reports} / ${antunit.reports}
run unit tests without reports">
"testcase" cannot be specified with "junit.testcase" or "antunit.testcase".
Cannot locate test ${testcase}
runs the single unit test at $${junit.testcase}" />
runs the single unit test at $${junit.testcase} (no compile)">
runs interactive tests"
depends="compile-tests"
>
run the antunit tests">
+-------------------------------------------------------------------------------------
| FAILING TESTS:
+-------------------------------------------------------------------------------------
+-------------------------------------------------------------------------------------
creates a minimum distribution in ./dist"
depends="dist-lite"/>
creates an MSI file for Ant, requires WiX and the dotnet Antlib"
depends="internal_dist"
xmlns:dn="antlib:org.apache.ant.dotnet">