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 103775 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: pbenes
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 15:34 UTC by mslama
Modified: 2007-10-12 07:14 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 mslama 2007-05-11 15:34:07 UTC
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.mobility.end2end uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.mobility.project uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.mobility.svgcore uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.mvd uses
org.openide.options which is deprecated: Use org.openide.util.NbPreferences instead.
Comment 1 mslama 2007-05-25 15:21:10 UTC
I increased spec version of dependency on org.openide.explorer to 6.8 to avoid
implicit dependency on org.openide.options. Still svg/core uses
org.openide.options explicitly - it uses SystemOption. It should be replaced by
NbPreferences. Other modules are fixed.

Modified:
/cvs/mobility/designer/nbproject/project.xml,v  <--  project.xml
new revision: 1.10; previous revision: 1.9

/cvs/mobility/end2end/nbproject/project.xml,v  <--  project.xml
new revision: 1.6; previous revision: 1.5

/cvs/mobility/project/nbproject/project.xml,v  <--  project.xml
new revision: 1.20; previous revision: 1.19

/cvs/mobility/svg/core/nbproject/project.xml,v  <--  project.xml
new revision: 1.4; previous revision: 1.3
Comment 2 mslama 2007-05-28 09:40:07 UTC
See http://wiki.netbeans.org/wiki/view/MigrationToPreferences how to migrate to
NbPreferences.
Comment 3 Lukas Hasik 2007-07-09 09:54:25 UTC
milestone 10 finished already. Please reschedule the issue.
Comment 4 Lukas Hasik 2007-07-09 18:26:40 UTC
Pavel, please fix in svg/core, thanks
Comment 5 pbenes 2007-07-26 15:36:39 UTC
Fixed in build #2056 in major SVG Composer update; see #107959 for complete CVS commit log
Dependency removed.
Comment 6 Lukas Hasik 2007-10-12 07:14:10 UTC
v