Nightly+Continuous Builds
Nightly Builds
We don't provide binary nightly builds at the moment, but if you want to build Ant from sources, you can use a Subversion snapshot.
Continuous Builds
JetBrains is offering Ant the service of a Continuous Build on there TeamCity system. You can directly access the builds of Ant and Ivy:
| 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 |

