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 91788 - Use <test-deps> in project.xml
Summary: Use <test-deps> in project.xml
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 00:04 UTC by Samaresh Panda
Modified: 2007-01-04 19:53 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samaresh Panda 2007-01-04 00:04:36 UTC
As per Jesse, we should not be using test.unit.cp.extra in our build.properties
files.

------
1. No one should be defining test.unit.run.cp in any NB version. Use
test.unit.run.cp.extra if you need to add anything, else omit it entirely.

2. Hardly anyone should be using test.unit.cp.extra or test.unit.run.cp.extra in
the trunk (NB 6). Use <test-deps> in project.xml instead. There is even an Ant
target to help you migrate (fix-test-dependencies). 
-------
Comment 1 Jesse Glick 2007-01-04 17:22:22 UTC
Petr is the expert on this.
Comment 2 pzajac 2007-01-04 19:53:09 UTC
fix-test-depencies ant target migrates test dependencies only when is used old
xml schema in project.xml:
...
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">

Otherwise you can use Test libraries node of NBM project in dev build.