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 103758 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 14:58 UTC by mslama
Modified: 2007-05-24 16:07 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 mslama 2007-05-11 14:58:52 UTC
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.compapp.casaeditor uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.compapp.manager.jbi uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.compapp.projects.base uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.compapp.projects.jbi uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.compapp.projects.wizard uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
Comment 1 mslama 2007-05-24 16:07:51 UTC
It is enough to increase spec version in org.openide.explorer to 6.8. There is
no other dependency on org.openide.options. I did not find any usage of
PropertySheetSettings. SOA cluster compiles and IDE runs.

Fixed in main trunk:
/cvs/enterprise/compapp/casaeditor/nbproject/project.xml,v  <--  project.xml
new revision: 1.8; previous revision: 1.7

/cvs/enterprise/compapp/jbimanager/nbproject/project.xml,v  <--  project.xml
new revision: 1.8; previous revision: 1.7

/cvs/enterprise/compapp/projectbase/nbproject/project.xml,v  <--  project.xml
new revision: 1.5; previous revision: 1.4

/cvs/enterprise/compapp/projectjbi/nbproject/project.xml,v  <--  project.xml
new revision: 1.5; previous revision: 1.4

/cvs/enterprise/compapp/projectwizard/nbproject/project.xml,v  <--  project.xml
new revision: 1.3; previous revision: 1.2