Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] Problems using pde.junit 2.1.5 with clearcase


Even though your project is not mapped to ClearCase, it appears that the ClearCase plugin is reacting to you operation. The ClearCase plugin is not part of the Eclipse Platform. You should contact the provider of the ClearCase plugin for a resolution to this problem.

Michael



"Sidle, Philomena Lee" <philomena.sidle@xxxxxxxxxx>
Sent by: platform-team-dev-admin@xxxxxxxxxxx

10/03/2004 11:08 AM

Please respond to
platform-team-dev

To
<platform-team-dev@xxxxxxxxxxx>
cc
Subject
[platform-team-dev] Problems using pde.junit 2.1.5 with clearcase





Hi,

I had  Eclipse version 2.1.2 and build 200311030802  with Clearcase plug-in.  I just installed the org.eclipse.pde.junit 2.1.5 to test plug-in. I created the test plug-in project using the Hello World template. The template plug-in runs fine. However when I execute Run With -> JUnit Plug In Test, the run-time workbench flashes on the screen and then  I get  traceback in the console saying Connect to Clearcae failed. The files in the test project are not Clearcase element.

Thanks for any information
Philomena Sidle


-------------------------------
!ENTRY com.rational.clearcase 4 0 Mar 10, 2004 10:54:33.946

!MESSAGE Connect to Rational ClearCase failed

!ENTRY com.rational.clearcase 4 0 Mar 10, 2004 10:54:33.946

!MESSAGE Connect to Rational ClearCase failed

!STACK 0

org.eclipse.swt.SWTException: Widget is disposed

       
at org.eclipse.swt.SWT.error(SWT.java:2330)
       
at org.eclipse.swt.SWT.error(SWT.java:2260)
       
at org.eclipse.swt.widgets.Widget.error(Widget.java:385)
       
at org.eclipse.swt.widgets.Shell.getDisplay(Shell.java:547)
       
at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java:593)
       
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:315)
       
at org.eclipse.swt.widgets.Shell.addShellListener(Shell.java:374)
       
at com.rational.clearcase.RSCMService.registerShellListener(RSCMService.java:26
79)

       
at com.rational.clearcase.RSCMService.registerWindow(RSCMService.java:2728)
       
at com.rational.clearcase.RSCMService.registerWorkbenchListeners(RSCMService.ja
va:2769)

       
at com.rational.clearcase.RSCMService$1.run(RSCMService.java:1274)
       
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
       
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
       
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
       
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
       
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalConte
xt.java:136)

       
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261)
       
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.ja
va:357)

       
at com.rational.resourcemanagement.cmcommands.ConnectToClearCaseCommand.execute
(ConnectToClearCaseCommand.java:106)

       
at com.rational.clearcase.RSCMService.connectToClearCase(RSCMService.java:3777)
       
at com.rational.clearcase.ClearCasePlugin$1.run(ClearCasePlugin.java:92)
       
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
       
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
       
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
       
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
       
at org.eclipse.swt.widgets.Display.release(Display.java:1782)
       
at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
       
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
       
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:858)

       
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:431)
       
at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
java.lang.NoClassDefFoundError: junit/framework/TestCase

       
at java.lang.ClassLoader.defineClass0(Native Method)
       
at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
       
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
       
at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
       
at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
       
at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
       
at java.security.AccessController.doPrivileged(Native Method)
       
at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
       
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClass(Delegating
URLClassLoader.java:922)

       
at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParents
Self(PluginClassLoader.java:196)

       
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf
(DelegatingURLClassLoader.java:485)

       
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(Delegating
URLClassLoader.java:882)

       
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(Delegating
URLClassLoader.java:862)

       
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
       
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadSuiteClass(Remote
TestRunner.java:358)

       
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.getTest(RemoteTestRun
ner.java:312)

       
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu
nner.java:369)

       
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.


Back to the top