Ant Lab

Due: Feb. 27, 8AM
Submit Project: ant
Required Files: javadoc.xml Card.java
Support Files: submit.xml

Ant is an XML-based tool for performing configuration management, build environment and scripting tasks in a cross-platform way. Instead of writing a Windows batch file or command file, or a UNIX shell script or makefile, you can simply write a description of your project using Ant's XML vocabulary. It is a very good tool to develop, compile, distribute and run Java applications under Linux AND Windows. It supports a common Makefile mechanism for Java on an XML based format and is supported from Eclipse.


Tasks


Hints


Reference


Robert Noonan
Feb 22, 2007