Suppose we need to create the following folder structure in our java application.
+---src +---draw -Triangle.java +---test -TestDraw.java+---build +---draw -Triangle.class +---test -TestDraw.class+---docs+---dist…
In the previous post i have mentioned that how to set up ant and how to create a simple build.xml file. Here are more stuff to do with Ant.