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 45109

Summary: Error on test compilation
Product: java Reporter: pzajac <pzajac>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description pzajac 2004-06-17 15:59:18 UTC
I tried to run test of MDR:
cd mdr/test
ant

The building of test fails. See below. The
buildscript of  test wasn't probably rewritten to
the new XTEST infrastructure. Please do it ASAP. 

BUILD FAILED
/usr/local/cvs/nb_all/mdr/test/build.xml:58:
Following error occured while executing this line
/usr/local/cvs/nb_all/xtest/lib/module_harness.xml:354:
Following error occured while executing this line
/usr/local/cvs/nb_all/mdr/test/build-unit.xml:99:
Following error occured while executing this line
/usr/local/cvs/nb_all/xtest/lib/module_harness.xml:361:
Cannot find plugin resource. Reason: Plugin
'deprecated' not found. Please install it.

Total time: 5 seconds
Comment 1 Martin Matula 2004-06-20 19:28:28 UTC
Unit tests fixed. Since mdr is a J2SE library rather than a NB module,
I have changed the tests to not use the xtest infrastructure but
rather they are regular junit tests.
Performance tests do not work yet and also need to be rewritten, but
at this point I do not plan to do it for promoD. I filed a task for
that (see issue #45251).
I still consider the JMI TCK containing over 1000 tests to be the main
regression test suite for MDR.
Comment 2 pzajac 2004-06-22 12:38:38 UTC
v