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 63571 - [50cat] [TCWIZ] generated setting and wsmode files with different names than in UI spec
Summary: [50cat] [TCWIZ] generated setting and wsmode files with different names than ...
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 66205 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-02 13:19 UTC by pzajac
Modified: 2005-10-21 10:15 UTC (History)
1 user (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 pzajac 2005-09-02 13:19:29 UTC
[200508311800]
TopComponent wizard

In UI specs are generated these files:
MyCoolSettings.xml
MyCoolWsMode.xml                

Implementation:
MyCool.xml
MyCool_1.xml
Comment 1 Jesse Glick 2005-09-02 19:25:10 UTC
Then the UI spec is wrong. I will correct it.
Comment 2 pzajac 2005-09-14 16:00:12 UTC
IMHO the UI specs is better. 
Comment 3 Jesse Glick 2005-09-14 22:19:23 UTC
Sorry, I missed the point of what you were saying. MyCoolSettings.xml is
correct. MyCool.xml works though it looks odd. MyCool.settings is what is *not*
wanted (and what the impl used to do before I fixed it).
Comment 4 pzajac 2005-10-07 10:58:46 UTC
*** Issue 66205 has been marked as a duplicate of this issue. ***
Comment 5 pzajac 2005-10-18 17:07:20 UTC
P3 -> P2 
please fix in NB50
Comment 6 Jesse Glick 2005-10-18 18:14:44 UTC
Now apparently fixed, though tests were left to break, which I will fix.
Comment 7 Jesse Glick 2005-10-18 19:03:37 UTC
LayerUtils.java 1.17, for reference. Remaining changes:

committed   * Up-To-Date  1.19       
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/CreatedModifiedFilesTest.java
committed   * Up-To-Date  1.11       
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/layers/WritableXMLFileSystemTest.java
committed   * Up-To-Date  1.18        apisupport/www/phase-IV-ui.html
Comment 8 Milos Kleint 2005-10-19 06:39:25 UTC
yeah, sorry, I saw the place in Layerutils yesterday and went for the change. I
keep forgetting about running tests.
Comment 9 pzajac 2005-10-21 10:15:33 UTC
verified