Apache ANT Tutorial
Apache ANT Tutorial Why do you need a build tool? Do you spend your day doing the following manually? 1. Compile code 2. Package the binaries 3. Deploy the binaries to the test server 4. Test your changes 5. Copy code from one location to another If you have answered yes to any of the above, then it is time to automate the process and take away that burden from you. Installing Apache Ant a) Ensure that the JAVA_HOME environment variable is set to the folder where your JDK is in...