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 136576 - warning when creating opensolaris projects
Summary: warning when creating opensolaris projects
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 18:13 UTC by Thomas Preisler
Modified: 2008-06-06 15:48 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 Thomas Preisler 2008-06-05 18:13:10 UTC
The following warning is displayed on screen when creating opensolaris projcets:

WARNING: NetBeans implementation of Preferences not found: java.lang.Exception
	at org.openide.util.NbPreferences.getPreferencesProvider(NbPreferences.java:110)
	at org.openide.util.NbPreferences.forModule(NbPreferences.java:75)
	at org.netbeans.modules.cnd.settings.CppSettings.getPreferences(CppSettings.java:548)
	at org.netbeans.modules.cnd.settings.CppSettings.getCompilerSetName(CppSettings.java:138)
	at
org.netbeans.modules.cnd.makeproject.api.configurations.CompilerSet2Configuration.<init>(CompilerSet2Configuration.java:60)
	at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfiguration.<init>(MakeConfiguration.java:108)
	at org.netbeans.modules.cnd.discovery.project.ProjectCreator.createProject(ProjectCreator.java:190)
	at org.netbeans.modules.cnd.discovery.project.OpenSolaris.createImpl(OpenSolaris.java:298)
	at org.netbeans.modules.cnd.discovery.project.OpenSolaris.createImpl(OpenSolaris.java:270)
	at org.netbeans.modules.cnd.discovery.project.OpenSolaris.create(OpenSolaris.java:163)
	at org.netbeans.modules.cnd.discovery.api.KnownProject$Default.create(KnownProject.java:91)
	at org.netbeans.modules.cnd.discovery.project.StandAlone.main(StandAlone.java:57)
Comment 1 Alexander Simon 2008-06-05 20:55:04 UTC
Definitely it is not P2 becouse it is warning.
Comment 2 Alexander Simon 2008-06-06 12:02:19 UTC
fixed
http://hg.netbeans.org/main/rev/033e54d93a99
Comment 3 Quality Engineering 2008-06-06 15:48:57 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #241 build
Changeset: http://hg.netbeans.org/main/rev/033e54d93a99
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed: IZ#136576:warning when creating opensolaris projects & IZ#136600:provide help for Open Solaris project geneator