Question

I switched to net-beans 6.9.1 to develop my php zend framework projects. Now I want it to work with ANT. I have already an build directory with an build.xml. Can someone tell me how to configure and run my ant scripts from within netbeans?

Was it helpful?

Solution

Go to Tools and Plugins, and install the Ant plugin under the "Java SE" category. You should also install the Ant 1.8.1 documentation plugin.

Then you can just right-click on your build.xml file, and you should be able to run targets in Ant.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top