Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Higgins configuration code and org.eclipse.core.runtime.Platform

This seems to have started happening a while ago when changes were checked
in by Peter Kimlach.
It seems like his changes reduced the compile time dependencies but
increased the runtime dependencies on Eclipse.

Regards,
Mike

higgins-dev-bounces@xxxxxxxxxxx wrote on 05/27/2008 06:57:12 PM:

> [image removed]
>
> [higgins-dev] Higgins configuration code and
org.eclipse.core.runtime.Platform
>
> Tom Doman
>
> to:
>
> Higgins (Trust Framework) Project developer discussions
>
> 05/27/2008 07:38 PM
>
> Sent by:
>
> higgins-dev-bounces@xxxxxxxxxxx
>
> Please respond to "Higgins \(Trust Framework\) Project developer
discussions"
>
> Though it would appear that the Higgins configuration code
> (org.eclipse.higgins.configuration.common.plugin) has been using
> org.eclipse.core.runtime code for some time, I am having problems
> using that package in my project when I run my tests.
>
> When I invoked the configuration code in my tests, I see the following:
>
> java.lang.NoClassDefFoundError: org/eclipse/core/runtime/Platform
>    at
>
org.eclipse.higgins.configuration.common.plugin.ExtensionHelper.getInstanceByExtension

> (ExtensionHelper.java:20)
>    at
> org.eclipse.higgins.configuration.xml.ConfigurationHandler.configure
> (ConfigurationHandler.java:266)
>    at
> org.eclipse.higgins.configuration.xml.ConfigurationHandler.configure
> (ConfigurationHandler.java:174)
>    at org.bandit.otis.test.IdentityServiceTest.getSetttings
> (IdentityServiceTest.java:499)
>    at org.bandit.otis.test.IdentityServiceTest.setUp
> (IdentityServiceTest.java:56)
>    at junit.framework.TestCase.runBare(TestCase.java:128)
>    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:120)
>    at junit.framework.TestSuite.runTest(TestSuite.java:230)
>    at junit.framework.TestSuite.run(TestSuite.java:225)
>    at
> org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run
> (JUnit3TestReference.java:130)
>    at org.eclipse.jdt.internal.junit.runner.TestExecution.run
> (TestExecution.java:38)
>    at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
> (RemoteTestRunner.java:460)
>    at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests
> (RemoteTestRunner.java:673)
>    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run
> (RemoteTestRunner.java:386)
>    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main
> (RemoteTestRunner.java:196)
>
> Does anyone have any idea what we'd need to do to rectify this situation?
>
> Thanks,
> Tom
>
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top