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 - Error on test compilation
Summary: Error on test compilation
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-17 15:59 UTC by pzajac
Modified: 2006-03-24 09:53 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 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