English 中文(简体)
是否与净户混在一起?
原标题:Is there any integration available for phing with netbeans?

我找不到净户人用什么新鲜花。

最佳回答

Give the Ant plugin try. Because the syntax is very similar to ant you ll at least get nice target overview in the Navigator instead of the default xml structure overview. Better than nothing.

问题回答

http://plugins.netbeans.org/plugin/47165/phingking There was not a plugin before but now there is PhingKing





相关问题
Phing not working on OSX / MAMP

Here is what I have tried thus far: > cd /Applications/MAMP/bin/php5/bin/ > ./pear channel-discover pear.phing.info > ./pear install phing/phing Installation ran. I can run the following: &...

What does ** mean in Phing?

The Phing User s Guide uses the following description of the ** file filter: "Two asterisks (**) may include above the "border" of the directory separator." I m having a hard time deciphering what ...

phing versus phpunit codecoverage results

I have created a build.xml file for phing to create code coverage reports. It uses phpunit codecoverage="true" and is pointed to the same file(s) as done with phpunit --coverage-html. The result ...

Do I use phing locale or remote?

I have a question related to phing. Do I use it on my local development machine to deploy an application or do I call it via ssh from production machine? I m not sure where to do the steps from Eran ...

Setting up a deployment / build / CI cycle for PHP projects

I am a lone developer most of my time, working on a number of big, mainly PHP-based projects. I want to professionalize and automate how changes to the code base are handled, and create a Continuous ...

Why won t PHP create this zip file (permissions issue)

I am on windows I am using PHING to zip up some files I have lots of things being zipped Zipping works, except for ones that include a particular phing fileset in the files being zipped When I debug, ...

Running unit tests on both windows and linux

Is there a way, a method, to be able to effectively run unit tests (phpunit) on both linux and windows? I need to do this because some parts of the system is only available under linux, but i do want ...

热门标签