Listing 1
set PATH=%PATH%;c:\ant\bin;
set ANT_HOME=c:\ant
set JAVA_HOME=c:\j2sdk1.4.1_02
Listing 2
Demonstration buildfile for CFDJ article
usage: ant [target]
typical targets: init, dist, deploy, clean, help
Listing 3
Demonstration buildfile for CFDJ article
usage: ant [target]
target can be all, init, dist, deploy, clean, install, help