background preloader

Ant

Facebook Twitter

Ant in Anger. Using Apache Ant in a Production Development System Steve Loughran Last updated 2005-03-16 Introduction Apache Ant can be an invaluable tool in a team development process - or it can be yet another source of problems in that ongoing crises we call development .

Ant in Anger

This document contains some strategies and tactics for making the most of Ant. It is moderately frivolous in places, and lacks almost any actual examples of Ant XML. [Ant] Build .WAR files in Eclipse for Web Applications - DigiZol. Eclipse JEE versions support Java Web Application projects, but other Eclipse versions do not.

[Ant] Build .WAR files in Eclipse for Web Applications - DigiZol

Java developers need to build WAR (web archive) files for deployments (yes, Exploded deployments are also possible). However Eclipse does not provide a direct way to create war files; developers write ant build files for this. So we thought of sharing a generic ant build file for Web Applications. Our general Web Application's folder structure is shown in the image. Apache Ant - Welcome.