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 73115 - Branding in suite properties ignores ${branding.dir} property
Summary: Branding in suite properties ignores ${branding.dir} property
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on: 73116
Blocks:
  Show dependency tree
 
Reported: 2006-02-28 18:07 UTC by Martin Krauskopf
Modified: 2006-11-03 19:38 UTC (History)
0 users

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 Martin Krauskopf 2006-02-28 18:07:50 UTC
See harness/README. Just do not hardcode BrandingSupport.NAME_OF_BRANDING_FOLDER
and use SuiteProperties.getEvaluator().getProperty("branding.dir") instead.
Maybe P4, but behaviour could be unexpected and confusing. Up to you.
Comment 1 rmatous 2006-03-10 16:29:43 UTC
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/suite/BrandingSupport.java,v
 <--  BrandingSupport.java
new revision: 1.15; previous revision: 1.14