Exploring the Ant build script in NetBeans

by Amit


After importing my manually coded build.xml into NetBeans, I opened it to view it in the wonderful XML editor:


Looking towards the left bottom, i notice the XML view of the build script:


You may also run any of the Ant targets by a Right-click->Run Target:

Cool!

Advertisement