Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] CProjectNature

That be me.  I'll take a look right now.

Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa, Ontario, Canada



John Camelon/Ottawa/IBM@IBMCA 
Sent by: cdt-core-dev-admin@xxxxxxxxxxx
07/11/2003 01:52 PM
Please respond to
cdt-core-dev@xxxxxxxxxxx


To
cdt-core-dev@xxxxxxxxxxx
cc

Subject
[cdt-core-dev] CProjectNature






I did an update, and ran the core.tests JUnit automated suite, and I 
receive > 30 errors. 
java.lang.NullPointerException
        at 
org.eclipse.cdt.core.CProjectNature.configure(CProjectNature.java:273)
        at 
org.eclipse.core.internal.resources.NatureManager$1.run(NatureManager.java:134)
        at 
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889)
        at org.eclipse.core.runtime.Platform.run(Platform.java:413)
        at 
org.eclipse.core.internal.resources.NatureManager.configureNature(NatureManager.java:148)
        at 
org.eclipse.core.internal.resources.NatureManager.configureNatures(NatureManager.java:192)
        at 
org.eclipse.core.internal.resources.Project.basicSetDescription(Project.java:49)
        at 
org.eclipse.core.internal.resources.Project.setDescription(Project.java:801)
        at 
org.eclipse.core.internal.resources.Project.setDescription(Project.java:827)
        at 
org.eclipse.cdt.testplugin.CProjectHelper.addNatureToProject(CProjectHelper.java:223)
        at 
org.eclipse.cdt.testplugin.CProjectHelper.createCProject(CProjectHelper.java:54)
        at 
org.eclipse.cdt.core.model.tests.BinaryTests.setUp(BinaryTests.java:100)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)


Since I didn't see an email on the patch list related to this, so I 
thought I'd just send a mail out so that maybe this could magically get 
fixed.

JohnC
_______________________________________________
cdt-core-dev mailing list
cdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-core-dev




Back to the top