Apache Ant site Apache Ant logo

the Apache Ant site
Home
Projects
 

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
Ant Trunk Tests on JDK 1.4 current development on the lowest defined JDK build.sh allclean test continuously
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
Ant Nightly Metric checks of Ant Trunk (Findbugs, RAT, Checkstyle) ant allclean distribution | ant -f check.xml dumphtml findbugs rat continuously
Ant JDK-Matrix Checks Ant Trunk against several JDKs (1.4, 1.5, 1.6) ant test continuously
Apache Ivy
Ivy Core Trunk current development ant clean jar continuously
Ivy Core Trunk Checks Metric checks of Ivy Trunk (Findbugs, RAT, Checkstyle) ant findbugs checkstyle-internal | ant -f build-release.xml rat continuously
Apache IvyDE
IvyDE Trunk current development ant clean hudson-prepare | ant dist checkstyle rat continuously
Eclipse Updatesite Update your Eclipse installation with the latest Ivy/IvyDE ant hudson-prepare | ant hudson-build continuously

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
Core Trunk (Linux) current development (Linux platform) clean test continuously
Core Trunk (MacOS) current development (MacOS platform) clean test continuously
JavaDoc JavaDocs for classes and testclasses javadocs javadocs.test Daily at 08:00 GMT
(if there are pending changes)
Checkstyle check the conformance against coding styleguide -f check.xml checkstyle htmlreport continuously
Findbugs runs Findbugs against Ant Codebase -f check.xml findbugs Daily at 08:00
(if there are pending changes)
Distribution a 'distribution' nearly as done while releasing allclean main_distribution Daily at 08:00 GMT
(if there are pending changes)
Apache Ivy
Core Trunk current development clean-all test continuously
Core 2.0.x maintenance of 2.x releases clean-all test continuously
Core Trunk - Checkstyle check of code styleguide clean checkstyle Daily at 00:00 GMT + 12:00 GMT
(if there are pending changes)
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)