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 258382 - -copy-testxmlresults does not know ${build.dir}
Summary: -copy-testxmlresults does not know ${build.dir}
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-15 13:54 UTC by nigjo_iqn
Modified: 2016-03-15 13:54 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 nigjo_iqn 2016-03-15 13:54:25 UTC
In some recent changes of the target "harness.-copy-testxmlresults" the fileset's dir attribute was changed from "build/test" to "${build.dir}/test". Since this target is called from "suite.test-generate-html" for each module of a suite, the target does not not about "${build.dir}".

The target should depend on "common-init" or at least "-build-dir-init".