Can I use Ant with NetBeans PHP projects?

安稳与你 提交于 2019-12-07 02:04:26
Mailo Světel

Yes you can. It's described on sun blog and according to date of the post, the posibility is here for long time

There's also this patch I created that adds ant support to PHP, enabling the build/clean functionality.

Sure there is an option or solution in netbeans (at least as external tool as in eclipse), but you could set up an continous integration system like cruiser control for build your project by version control system. There is an easy to use wrapper for cc created for PHP, named PHPunderControl. PHPUC uses Ant, PHPUnit, PHPCS as well. Take a look at it: PHPUC

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!