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 61291 - harness-build.xml: condition task doesn't support location element
Summary: harness-build.xml: condition task doesn't support location element
Status: CLOSED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 61321 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-22 13:49 UTC by Martin Krauskopf
Modified: 2005-09-05 09:51 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 Martin Krauskopf 2005-07-22 13:49:12 UTC
apisupport/harness/harness-build.xml contains line:

<condition property="cluster" location="${suite.dir}/build/cluster">

But Ant 1.6.5 seems to don't know location attribute (maybe it is part of 1.7dev
or 2.0). So I'm unable to run "ant nbm" for my external modules.
Comment 1 Martin Krauskopf 2005-07-23 03:44:31 UTC
*** Issue 61321 has been marked as a duplicate of this issue. ***
Comment 2 Jesse Glick 2005-07-23 18:48:04 UTC
Don't know what I was thinking. (harness-build.xml 1.12)
Comment 3 Martin Krauskopf 2005-07-24 19:27:16 UTC
v/c