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 72133 - Dep on Options API must use /0-1
Summary: Dep on Options API must use /0-1
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
: 72132 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-01 16:32 UTC by Jesse Glick
Modified: 2006-02-03 09:04 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 Jesse Glick 2006-02-01 16:32:15 UTC
Didn't see this filed, so:

1. CreatedModifiedFiles.addModuleDependency's 'releaseVersion' param must be
changed to String (if null, taken from platform) rather than int

2. NewOptionsIterator.generateDependencies must specify "0-1" for releaseVersion

The fix will ensure that *compatible* changes in the Options API producing an
official version will not break modules created with the wizard. If the API is
changed incompatibly to /2 then we will just need to change the wizard in an
update release.
Comment 1 Jesse Glick 2006-02-01 16:32:43 UTC
Need to fix before release.
Comment 2 Jesse Glick 2006-02-01 16:34:53 UTC
*** Issue 72132 has been marked as a duplicate of this issue. ***
Comment 3 rmatous 2006-02-03 09:04:35 UTC
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/NewOptionsIterator.java,v
 <--  NewOptionsIterator.java
new revision: 1.9; previous revision: 1.8

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/updatecenter/DataModel.java,v
 <--  DataModel.java
new revision: 1.6; previous revision: 1.5

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/CreatedModifiedFiles.java,v
 <--  CreatedModifiedFiles.java
new revision: 1.23; previous revision: 1.22

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/Util.java,v
 <--  Util.java
new revision: 1.29; previous revision: 1.28

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/CreatedModifiedFilesFactory.java,v
 <--  CreatedModifiedFilesFactory.java
new revision: 1.25; previous revision: 1.24

/cvs/apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/CreatedModifiedFilesTest.java,v
 <--  CreatedModifiedFilesTest.java
new revision: 1.23; previous revision: 1.22