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 238932 - Possibility to prepend target names in BaseActionProvider
Summary: Possibility to prepend target names in BaseActionProvider
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-28 13:39 UTC by Roman Svitanic
Modified: 2013-11-28 13:39 UTC (History)
0 users

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 Roman Svitanic 2013-11-28 13:39:30 UTC
Add possibility to set custom target names by prepending the original target names with custom strings indicating project's current configuration. Or just setting the string which will be used to prepend the original target names.

E.g.: jfxsa-run, jfxws-debug

Reason for request:
In JavaFX, JFXActionProvider can't extend BaseActionProvider because of this requirement. This is leading to bugs like https://netbeans.org/bugzilla/show_bug.cgi?id=236910. These bugs cannot be resolved in true meaning, currently issues are in most cases only workarounded.