Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 38958 invoked from network); 6 Feb 2008 08:09:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 08:09:50 -0000 Received: (qmail 51848 invoked by uid 500); 6 Feb 2008 08:09:38 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51808 invoked by uid 500); 6 Feb 2008 08:09:38 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 51797 invoked by uid 99); 6 Feb 2008 08:09:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 00:09:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 08:09:22 +0000 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id m1689F3n001532 for ; Wed, 6 Feb 2008 09:09:15 +0100 Received: from z011034.bk.fin.local ([130.11.7.34]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 6 Feb 2008 09:09:15 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: AW: fileset and directory to get for loop to work - How ? Date: Wed, 6 Feb 2008 09:09:15 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: fileset and directory to get for loop to work - How ? Thread-Index: Achny382coxu4slsRba/7PaqH8vrdwAy5VAg References: <1f97de60802042347m1b1cc781s8119f7cdb4de0c9a@mail.gmail.com> From: To: X-OriginalArrivalTime: 06 Feb 2008 08:09:15.0132 (UTC) FILETIME=[905B6BC0:01C86897] X-Virus-Checked: Checked by ClamAV on apache.org > > > > > > only as it comes from Ant core and not from AntContrib > > > Test case @{files} > > I dont think that support nested tasks ... > > > > >=20 > But I keep getting this error >=20 > C:\A.xml:9: C:\Documents\${test_dir} not found. >=20 > Warmup.jmx and CI.jmx files are stored on a network folder in > \\foo\testdirectory. >=20 > How can I change this ${test_dir} to point to \\foo\test > to see those files ? I tried assigning test_dir with > \\foo\test value and still gets the same error. test_dir=3D\\\\foo\test Backslashes have to be quotet in property files. Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org