Ant is a tool for automating software build, i.e compile and execution. It is similar to our "make" files, except that it is written in Java and requires the Java2 Platform.
You code whatever you want Ant to do in a XML, and by default it is named build.xml
We can do the following with Ant to ease our job:
- Compile Java Servlets
- Creating the JAR File
- Deploy/Clean up our Project
- Start/Stop Tomcat
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment