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 103778 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: OpenESB addons (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Narayana Rallabandi
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 15:40 UTC by mslama
Modified: 2007-08-27 10:38 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:40:03 UTC
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.script.project uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
Comment 1 Jan Jancura 2007-07-13 12:58:54 UTC
> ruby
Comment 2 Torbjorn Norbye 2007-08-09 23:44:39 UTC
This module has nothing to do with Ruby; org.netbeans.modules.script.project seems to be defined in

./enterprise/openesbaddons/script/project/manifest.mf
OpenIDE-Module: org.netbeans.modules.script.project/1

Comment 3 Venkat Srinivasan 2007-08-14 08:50:34 UTC
pls look into it
Comment 4 Narayana Rallabandi 2007-08-14 11:39:19 UTC
I could not see any references for org.openide.options but I could see only org.openide.util.NbPreferences in the file
org.netbeans.modules.script.project.prjwizard.FoldersListSettings.
Comment 5 mslama 2007-08-15 07:55:14 UTC
Module org.netbeans.modules.script.project is not present in current daily full IDE build from trunk 200708141200 so I
cannot verify. In addition I have no idea why tor changed component to enterprise.
Comment 6 mslama 2007-08-15 08:09:41 UTC
Ok now I see: enterprise/openesbaddons/script/project contains manifest.mf and it contains: 
OpenIDE-Module: org.netbeans.modules.script.project/1.

Still this module is not part of build.I checked project.xml. There is not explicit dependence on org.openide.options
BUT you must also increase dep on o.o.explorer to 6.7 to remove implicit dep on o.o.options.
Comment 7 Vitaly Bychkov 2007-08-15 08:21:40 UTC
narayanaa I guess that you have the same problem as we have in xslt (103751).

In a glance: if you don't use org.openide.options and there is still warning message then 
if you use org.openide.explorer you should set specification version 6.8 or upper
the same for org.openide.text - 6.18 or upper
Comment 8 mslama 2007-08-15 08:46:08 UTC
Yes correct version for dependency on o.o.explorer is 6.8 or higher. Thanks for correction. (There was mistake in
module-auto-deps.xml for o.o.explorer.
Comment 9 Narayana Rallabandi 2007-08-16 06:19:10 UTC
Updated the versions for org.openide.text and org.openide.explorer
Comment 10 mslama 2007-08-17 07:46:44 UTC
Info from lativ was incorrect. Your module must depend on org.openide.text 6.16 as it is current version.
Comment 11 Narayana Rallabandi 2007-08-17 08:01:26 UTC
project.xml modified to fit in org.openide.text 6.16 as it is current version
Comment 12 Vitaly Bychkov 2007-08-27 10:38:34 UTC
Sorry for missprint (for org.openide.text the correct version is 6.16 not 6.18)