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 - Add support for Phing
Summary: Add support for Phing
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal with 2 votes (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 18:59 UTC by songoko20000
Modified: 2015-01-28 08:24 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.