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 103751 - Stop dependency on org.openide.options
Summary: Stop dependency on org.openide.options
Status: VERIFIED DUPLICATE of bug 88531
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (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:31 UTC by mslama
Modified: 2008-04-02 08:55 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:31:21 UTC
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.bpel.debugger.ui uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.bpel.editors uses org.openide.options which is deprecated:
Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.bpel.project uses org.openide.options which is deprecated:
Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.bpel.xpath
uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences
instead.
Comment 1 Sergey Lunegov 2007-05-11 14:42:28 UTC
Vladimir, please look at this.
Comment 2 Vladimir Yaroslavskiy 2007-05-11 14:53:59 UTC
Vitaly, please, rewrite code in xslt and bpel project which uses deprecated
module org.openide.options. Use org.openide.util.NbPreferences instead.
Comment 3 artibee 2007-05-11 16:41:44 UTC
Issue 103790 cites the xml.text and xslt.project modules.
Comment 4 Vitaly Bychkov 2007-05-14 14:50:54 UTC
Nor bpel nor xslt modules aren't using deprecated module org.openide.options. .
More over they aren't using PropertySheetSettings (which was removed from module
org.openide.options. and is deprecated , see 88769). 
The warning messages in IDE log are generated with some mistakes: 
it looks like autodependency on org.openide.options are generated in case module
use any class from org.openide.explorer.propertysheet, e.g.: ExPropertyEditor,
PropertyEnv... (which aren't deprecated) and in result the next warning message
about this dependency is generated.
Comment 5 mslama 2007-05-15 13:35:24 UTC
You should use dependency on org.openide.explorer 6.8. The same will apply to
org.openide.text when PrintSettings will be moved to org.openide.options. I can
prepare/test patch. I just need to know how to build this stuff from enterprise
CVS module. How to build it?
Comment 6 Vladimir Yaroslavskiy 2007-05-15 13:39:01 UTC
See instruction how to build SOA pack:
http://nbbuild.netbeans.org/building-netbeans-trunk.html
Comment 7 mslama 2007-05-24 12:32:05 UTC
This is fixed as I fixed #88531 yesterday: Dependency of org.openide.text on
org.openide.options was removed.

*** This issue has been marked as a duplicate of 88531 ***
Comment 8 mslama 2007-05-29 10:32:23 UTC
Regarding issue #103790: It was my mistake. Module xslt.project is part of
enterprise and NOT xml.
Comment 9 _ hong_lin 2007-08-15 20:09:19 UTC
Close "DUPLICATE" issue