Nightly+Continuous Builds
Nightly Builds
We don't provide binary nightly builds at the moment, but if you want to build Apache Ant from sources, you can use a Subversion snapshot.
Continuous Builds
Ant and Ivy are using Continous Integrations systems to improve the development process. Note that these are no official builds and they are not endorsed or even supported by the Ant team. But if you have problems with testing the latest (successful) build, you are welcome to post that on the developer mailinglist. You can directly access the builds of Ant and Ivy on these CI installations:
The Apache Software Foundation hosts an installation of the Hudson CI-system which Ant + Ivy use.
Title | Description | Build command | When | last build | last success |
---|---|---|---|---|---|
Apache Ant | |||||
Ant Trunk on JDK 1.4 | current development on the lowest defined JDK | build.sh | continuously | last build | last success |
Ant Trunk Tests on JDK 1.4 | current development on the lowest defined JDK | build.sh allclean test | continuously | last build | last success |
Checks Ant POMs by building Ant from the POMs. | Checks the POMs by building Ant by Maven | maven src/etc/poms/pom.xml clean package | continuously | last build | last success |
Ant Nightly | Metric checks of Ant Trunk (Findbugs, RAT, Checkstyle) | ant allclean distribution | ant -f check.xml dumphtml findbugs rat | continuously | last build | last success |
Ant JDK-Matrix | Checks Ant Trunk against several JDKs (1.4, 1.5, 1.6) | ant test | continuously | last build | last success |
Apache Ivy | |||||
Ivy Core Trunk | current development | ant clean jar | continuously | last build | last success |
Ivy Core Trunk Checks | Metric checks of Ivy Trunk (Findbugs, RAT, Checkstyle) | ant findbugs checkstyle-internal | ant -f build-release.xml rat | continuously | last build | last success |
Apache IvyDE | |||||
IvyDE Trunk | current development | ant clean hudson-prepare | ant dist checkstyle rat | continuously | last build | last success |
Eclipse Updatesite | Update your Eclipse installation with the latest Ivy/IvyDE | ant hudson-prepare | ant hudson-build | continuously | last build | last success |
JetBrains is offering Ant the service of a Continuous Build on their TeamCity system.
Title | Description | Build command | When | last build | last success |
---|---|---|---|---|---|
Apache Ant | |||||
Core Trunk (Windows) | current development (Windows platform) | clean test | continuously | last build | last success |
Core Trunk (Linux) | current development (Linux platform) | clean test | continuously | last build | last success |
Core Trunk (MacOS) | current development (MacOS platform) | clean test | continuously | last build | last success |
JavaDoc | JavaDocs for classes and testclasses | javadocs javadocs.test | Daily at 08:00 GMT (if there are pending changes) |
last build | last success |
Checkstyle | check the conformance against coding styleguide | -f check.xml checkstyle htmlreport | continuously | last build | last success |
Findbugs | runs Findbugs against Ant Codebase | -f check.xml findbugs | Daily at 08:00 (if there are pending changes) |
last build | last success |
Distribution | a 'distribution' nearly as done while releasing | allclean main_distribution | Daily at 08:00 GMT (if there are pending changes) |
last build | last success |
Apache Ivy | |||||
Core Trunk | current development | clean-all test | continuously | last build | last success |
Core 2.0.x | maintenance of 2.x releases | clean-all test | continuously | last build | last success |
Core Trunk - Checkstyle | check of code styleguide | clean checkstyle | Daily at 00:00 GMT + 12:00 GMT (if there are pending changes) |
last build | last success |
Core Trunk - Distribution | a 'distribution' nearly as done while releasing. | -f build-release.xml snapshot-maven2 | Daily at 09:00 GMT (if there are pending changes) |
last build | last success |