Keyword index ANT

26/08/08
Running an ANT script in a .bat/.cmd file under Windows
This article explains how to run an ANT script in a .bat or a .cmd file under Windows.

26/05/08
Adding filename information to XML during XSLT
Guide on how to add filename information to xml files during xslt, how to search and replace during xslt and ultimately, how to insert social bookmarking urls into xml documents.

12/12/07
Automated copy/paste using ANT
Making a new release can become a cumbersome task, if repetitive information needs be updated as it depends on the build. Ultimately, this can impede your desire to release often or do any new release at all. This guides shows you how to automate these tasks.

12/12/07
JAR file creation using ANT
This article explains best practices when creating JAR files using ANT.

11/12/07
Javadoc and ANT
This article introduces the art of generating Javadocs using ANT and extending the Javadoc with new tags.

11/12/07
Compiling JSP pages using ANT
Compiling JSP Code is the right thing to do. It enables you to get compile-time errors rather than run-time errors. It ensures consistency as all the JSP's and Java files can be shipped in one package.

08/12/07
ANT and SSH
ANT is able to significantly reduce the time you spend on distributing your application. This is especially true if your application needs distributing on on multiple servers. This guide explains how to automate uploading files using SSH through ANT.

05/12/07
Code coverage
This article introduces the term "code coverage" and show how you will get started using the free code coverage tool "Emma".

04/12/2007
Java code compilation
This guide shows you how to compile Java code in ANT and introduces the most commonly used settings for compilations of real-life sized projects.

10/4/07
Cleaning your project between builds using Ant
This article explains how to use ANT to clean auto-generated files and compiled classes between builds.