Notes on Apache Ant

A basic checklist before diving into Ant 1. Make sure that files inside /AntInstallDirectory/bin are on the PATH environment variable 2. Make sure that files inside /AntInstallDirectory/lib are part of the CLASSPATH environment variable. If you need instruction on how to set environment variables in Windows, go to this page, if you need instruction on [...]