문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top