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 251916 - Rename "Run target" to "Run Ant Target" to avoid confusion with other frameworks
Summary: Rename "Run target" to "Run Ant Target" to avoid confusion with other frameworks
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-17 17:19 UTC by Vladimir Riha
Modified: 2015-04-20 07:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2015-04-17 17:19:35 UTC
There is a framework called Phing for PHP which is a ant-like tool for php projects. NetBeans supports Phing. The problem is that Phing also uses "build.xml" file for its own tasks. Since some PHP projects are already using Ant, we need both Ant's and Phing's actions in context menu of build.xml file. The issue is that Ant's action is called "Run target" so it may confuse Phing users so they'll expect this action to run Phing while it actually invokes Ant.

Would it be possible to rename "Run Ant Target" in right-click menu of build.xml file to "Run Ant Target"?

See also issue 250085 for more comments.


Thank you