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 103781 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
: 103772 (view as bug list)
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 15:46 UTC by mslama
Modified: 2007-05-25 14:26 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:46:24 UTC
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.sql.project
uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences
instead.
Comment 1 Venkat Srinivasan 2007-05-14 09:18:11 UTC
Please look into this.
Comment 2 Pavan Veeravarapu 2007-05-22 08:42:05 UTC
We have removed org.openide.options dependency long back.I have cross checked
again.I could not see any usage of org.openide.options.please let me know if you
can se the dependency again ,also please send the log.
Comment 3 mslama 2007-05-22 09:00:03 UTC
enterprise/sql/jdbcwizard depends on org.openide.explorer. You should increase
spec version to 6.8.

The same for enterprise/sql/project.

Class org.openide.explorer.propertysheet.PropertySheetSettings was removed from
org.openide.explorer. If you do not use this class you can safely increase spec
version.
Comment 4 Pavan Veeravarapu 2007-05-22 10:43:22 UTC
increased the spec version of org.openide.explorer. to 6.8. in
enterprise/sql/jdbcwizard 
enterprise/sql/project.

Class org.openide.explorer.propertysheet.PropertySheetSettings is not used.
changed the project.xml and completed checking-in.

Thanks for your help.
Comment 5 mslama 2007-05-25 14:26:22 UTC
*** Issue 103772 has been marked as a duplicate of this issue. ***