This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 28621 - xtest cannot find NbTestCase
Summary: xtest cannot find NbTestCase
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-11 08:57 UTC by Jan Becicka
Modified: 2003-12-11 14:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2002-11-11 08:57:40 UTC
java.lang.NoClassDefFoundError: 
org/netbeans/junit/NbTestCase

This exception is thrown, when I use 
<property name="xtest.ide.commandline.suffix" 
value="-J-
Dxtest.useclassloader=org.netbeans.modules.java
"/>

Please fix it ASAP.
Is there any workaround? Thanks
Comment 1 Martin Brehovsky 2002-11-11 14:34:48 UTC
This is happening because of the latest separation changes in core.
Unfortunately, there is currently no workaround and it is hard to say
when this issue will work (xtest <-> ide part is going to completely
be rewritten, since the current design cannot work property with
recent and incoming changes).
Comment 2 Martin Brehovsky 2002-11-12 10:23:25 UTC
Fixed :-)
Comment 3 Jan Becicka 2002-11-12 10:47:03 UTC
Grrr. I've just removed all tests depending on module classloader. ;-)
Thanks
Comment 4 Jan Becicka 2003-01-21 09:29:47 UTC
Verified
Comment 5 Quality Engineering 2003-07-02 12:21:30 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.