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 71057 - Branding Name - permit freer syntax
Summary: Branding Name - permit freer syntax
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 20:02 UTC by Jesse Glick
Modified: 2013-11-27 13:01 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 Jesse Glick 2006-01-05 20:02:52 UTC
May be nice to permit Branding Name to have a somewhat freer syntax - e.g.
permit hyphens ('-'), uppercase letters, etc. ${app.name} can handle some more
characters. ${branding.token} would need to be automatically processed to fit
the restricted syntax that NbBundle permits.
Comment 1 Martin Kozeny 2013-11-27 13:01:03 UTC
It would be quite complicated, b/c this string is used in application's jars and localized jars. Also lot of ant scripts should be reviewed. So closing as WONTFIX.