Using Ant to build J2EE Applications
Apache Ant (Another Neat Tool) is a build tool, mainly for Java projects. A build tool can be used to automate certain repetitive tasks, e.g. compiling source code, running software tests, creating jar files, javadocs, etc. A build process typically includes: the compilation of the Java source code into Java bytecode creation of the .jar file…
