ClassNotFoundException. [message #89640] |
Wed, 27 July 2005 14:58 |
Eclipse User |
|
|
|
Originally posted by: VMarathe.ifmc.sdps.org
I am having trouble executing my test suite in PDE build.
The way my test suite works is : I have a test suite class, say suite1,
which declares extension point. Another test suite, say suite2, extends
this extension point.
Now, my suite1 suite is called and loaded but it is not able to find
suite2, whose fully qualified name is passed through, "class" property
of configuration element and further processed by calling
createExecutableExtension().
I would greatly appreciate any help!!
Following is the exception that I get. I don't know if there are any
additional classpath requirements..
[java] core-test:
[java] eclipse-test:
[java] junit:
[java] [echo] Running org.ifmc.qms.automated.tests.AllTests
startup location is C:\projects\QMS0726\build/rele
ase/../plugin-tests/qms/startup.jar
[java] [java] org.eclipse.core.runtime.CoreException[1]:
java.lang.ClassNotFoundException: org.ifmc.qms.expres
sion.engine.tests.AllTests
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:403
)
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:350
)
[java] [java] at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLo
ader.java:78)
[java] [java] at
java.lang.ClassLoader.loadClass(Unknown Source)
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:275
)
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
[java] [java] at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java
:1259)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(Con
figurationElement.java:152)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(Con
figurationElement.java:142)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(Con
figurationElement.java:129)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtensi
on(ConfigurationElementHandle.java:48)
|
|
|
Powered by
FUDForum. Page generated in 0.07252 seconds