Thursday, December 13, 2007

Using ANT for Java

Ant will work like make wherein we can specify the dependencies of java files and can build the whole application from the command line. build.xml file specifies the ant targets and can be used by issuing ant at the command line. We have to create ant targets for compiling the whole application by compiling each package separately and then including the jar files specified by the project classpath.

Ant tutorials:

No comments: