Running Ant targets in NetBeans 4.1
This one is pretty obvious and only really took me a few minutes to figure out, but if you are wondering how to run different Ant targets in NetBeans here is how. Expand the Ant file in either the Files or the Project jab, right click on the target you want to run and select run. That is all there is to it.
Even better and simpler: all you need to do is to right click on the build.xml file itself and select Run Target and netbeans will give you a list of targets to run. Pretty simple, eh?
Okay, I agree, that tip is pretty weak, but I am just starting to play with Ant as it works netbeans. As I get more and better tips I will make sure to post them.