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 188420 - ${cluster} not interpolated in ${*cp.extra}
Summary: ${cluster} not interpolated in ${*cp.extra}
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Linux
: P4 normal with 1 vote (vote)
Assignee: Martin Kozeny
URL:
Keywords: REGRESSION
Depends on:
Blocks: 188210
  Show dependency tree
 
Reported: 2010-07-06 20:31 UTC by Jesse Glick
Modified: 2013-08-09 13:27 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 Jesse Glick 2010-07-06 20:31:14 UTC
"Unit Test Packages" (${test.unit.src.dir}): ..../apisupport.harness/test/unit/src
  ....
  classpath/compile:
    ....
    jar:file:..../apisupport.harness/$%7Bcluster%7D/jnlp/jnlp-launcher.jar!/
    ....

Error badges then appear on FixPolicyTest and ReplaceUserDirTest. Somehow ${cluster} is not getting defined in time for

test.unit.cp.extra=${cluster}/jnlp/jnlp-launcher.jar
Comment 1 Quality Engineering 2010-07-09 03:22:55 UTC
Integrated into 'main-golden', will be available in build *201007090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/29fb36035c05
User: Jesse Glick <jglick@netbeans.org>
Log: #188420 workaround: ${cluster} undefined.
Comment 2 Jesse Glick 2011-03-07 15:32:47 UTC
Easily worked around, not a priority to fix.