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 72477 - Update Center WIz - generate unique file name
Summary: Update Center WIz - generate unique file name
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 15:20 UTC by pzajac
Modified: 2006-02-20 13:12 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 pzajac 2006-02-09 15:20:59 UTC
20060208u1
Update center wizard generates update_center.settings file in layer. Other
module should override this file when the update center wiz template is used. It
should be better to use 
<codebase>.setting
 name for specification name of update center in layer.
Comment 1 Jiri Rechtacek 2006-02-17 18:01:10 UTC
fixed in maintrunk and backporting into apisupport_50u1

Checking in
src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/DataModel.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/DataModel.java,v
 <--  DataModel.java
new revision: 1.7.2.1; previous revision: 1.7
done
Checking in
test/unit/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/DataModelTest.java;
/shared/data/ccvs/repository/apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/DataModelTest.java,v
 <--  DataModelTest.java
new revision: 1.3.2.1; previous revision: 1.3
Comment 2 Tomas Danek 2006-02-20 12:45:32 UTC
org_yourorghere_modulename_update_centerSettings is not very pretty, anyway,
it's unique. Verified in trunk 
Comment 3 Tomas Danek 2006-02-20 13:12:04 UTC
and also in 50U1. Verified.