How to configure Ant in netbeans 6.9 for my zend framework project -


I switched to net-bean 6.9.1 to develop my php zend framework projects. Now I want to work with ANT. I have a build directory with build.xml Can anyone tell me how to configure and run my ant script from within Netbeans?

Go to Tools and Plugins, and install the ant plugin under the "Java SE" category. You can also install the Ante 1.8.1 documentation plugin.

Then you can right-click on your build.xml file, and you should be able to run the target in ant.


Comments