
|
|
|
|
Home / Computers / Programming / Languages / Java / Development Tools / Build Tools / Ant
|
|
|
|
Web Sites
|
- A Minimalistic Guide to Java Development Using Jakarta Ant - A beginner's guide for how to use Ant.
www.jfipa.org/amund/misc/2001/minimalisticANTGuide.php
- Ant-contrib project - SourceForge project for potential ant contributions. Currently consists of a C/C++ compilation task and various logical tasks.
sourceforge.net/projects/ant-contrib
- Anthill - A tool that ensures a controlled build process and promotes the sharing of knowledge within an organization. It is compatible with version 1.3 and 1.4 of Ant. [Open Source, Urbancode Public License (Mozile-like)]
www.urbancode.com/projects/anthill
- CruiseControl - A open-source tool to set up a continuous build process using Ant.
cruisecontrol.sourceforge.net
- DTD for Ant - An extensible DTD for Ant buildfiles.
www.sdv.fr/pages/casa/html/ant-dtd.en.html
- Incremental Development with Ant and JUnit - Article by Malcolm Davis at IBM DeveloperWorks.
www-106.ibm.com/developerworks/library/j-ant/index.html
- Introduction to Ant - Tutorial introduction to the Java-based build tool Ant.
varnam.org/articles/ant1.html
- XTask - Optional task to process XSL Transformations (XSLT). Uses XT. [Open Source]
www.sdv.fr/pages/casa/html/xtask.en.html
- Ant - Pure Java build tool, simpler and easier to use than GNU Make. Also it runs many tasks including the javac compiler inside the same VM, so it can compile a large directory tree in seconds. [Open Source, BSD-like]
jakarta.apache.org/ant
|
|
|
|
|