I have a junit test case which runs in eclipse 3.0.1. The test case
extends org.codehaus.plexus.PlexusTestCase which is nothing but a base
test case in another jar file sitting in classpath.
Funny thing is when I run the same test case with profiling, I got a
ClassNotFoundError which told me the base class of test case
org.codehaus.plexus.PlexusTestCase is not found.
All settings are default. the classpath simply is default classpath plus
JRE System library.
Is there anything I can try to make it work?
Thanks
Jiaqi