Nightly+Continuous Builds
Nightly Builds
We don't provide binary nightly builds at the moment.
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 Jenkins CI-system which Ant + Ivy use.
Title | Description | Build command | When | last build | last success |
---|---|---|---|---|---|
Apache Ant | |||||
Ant JDK-Matrix master-branch Linux | Checks Ant master-branch against several JDKs (1.8 to 16) on Ubuntu | $job.getAttributeValue("command") | continuously | last build | last success |
Ant JDK-Matrix master-branch Windows | Checks Ant master-branch against several JDKs (1.8 to 16) on Windows | $job.getAttributeValue("command") | continuously | last build | last success |
AntLibs | |||||
AntUnit | Unit-Testing of Ant Tasks | $job.getAttributeValue("command") | continuously | last build | last success |
Compress | Integration of Apache Commons Compress | $job.getAttributeValue("command") | continuously | last build | last success |
Apache Ivy | |||||
Ivy Core Trunk | current development | ant clean jar | continuously | last build | last success |
Ivy Tests | continuously | last build | last success | ||
Apache IvyDE | |||||
IvyDE Trunk | current development | ant clean hudson-prepare | ant dist checkstyle rat | 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 |