This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236384

Summary: Add support for Phing
Product: php Reporter: songoko20000
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: normal CC: vriha
Priority: P1    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description songoko20000 2013-09-25 18:59:01 UTC
It would be extremely useful if Netbeans added support for Phing (http://www.phing.info/).

Phing can be used to run PHPUnit unit tests, file transformations, file system operations, SQL execution, CVS/SVN/GIT operations, documentation generation and more.
Comment 1 Tomas Mysik 2015-01-26 13:46:31 UTC
Will be added in the next version of NetBeans.
Comment 2 Tomas Mysik 2015-01-27 09:49:04 UTC
One question - is it OK to support only build.xml file? Or is it common to have a different name for the build file? And/or is it common to have e.g. more build files? If anyone has an idea what exactly should be supported, please, let us know.

Thanks.
Comment 3 Tomas Mysik 2015-01-28 07:32:59 UTC
Done, Láďo please verify.

One note: unfortunately, one needs to click on project in Projects view to run Phing target; clicking the build.xml file is already handled by Ant support (and I am not sure if we can somehow override it; please, report an issue and assign it to me).

Thanks.
Comment 4 Tomas Mysik 2015-01-28 07:33:33 UTC
One more note: only "build.xml" file is supported now. Let's wait for feedback.

Thanks.
Comment 5 Vladimir Riha 2015-01-28 08:24:01 UTC
Sure, will do on Friday and report the issue later today.