From user-return-63738-apmail-ant-user-archive=ant.apache.org@ant.apache.org Tue Feb 05 07:48:27 2008 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 93241 invoked from network); 5 Feb 2008 07:48:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 07:48:27 -0000 Received: (qmail 80481 invoked by uid 500); 5 Feb 2008 07:48:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 80443 invoked by uid 500); 5 Feb 2008 07:48:12 -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 80432 invoked by uid 99); 5 Feb 2008 07:48:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 23:48:12 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mpc8250@gmail.com designates 66.249.82.226 as permitted sender) Received: from [66.249.82.226] (HELO wx-out-0506.google.com) (66.249.82.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 07:47:43 +0000 Received: by wx-out-0506.google.com with SMTP id h30so7349558wxd.10 for ; Mon, 04 Feb 2008 23:47:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=+jhyKCP1nfM6bPHTR5GADu/wd4o1SSobanuvJJNnVpU=; b=ANhzjoexnKSa8S4OloUyb2mjXYwc9EJxTmTy050pbvcuWfuCZ+VDEkptLGPRJqwBTgGMryPfNuqDRvB+Cz9IpmaVJ4KAG2PH1ZurY2CaYf9cy6t4FHZAUmn8VAPYHR2f8lBNcPqEQSzqlgWcr/9efOPxEodyY4niwZ1wygcT1Ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=VwXoP/LFvOMwCnAARu7vSrcN8ZqWGHMnDmJVzCRzq3oiJva9W7ap7Y/XKxEJsvsHgnnH+EvK4uMnWt4LMtDHR7wqIVH1zD6ClEoxpykOGnbTiZ57/xnijscjZhmQosATVRlzQx7HDDMkeTn82diS2oQxnxRUpSTXZNyz6YjbMzg= Received: by 10.142.232.20 with SMTP id e20mr3991866wfh.198.1202197665430; Mon, 04 Feb 2008 23:47:45 -0800 (PST) Received: by 10.143.123.2 with HTTP; Mon, 4 Feb 2008 23:47:45 -0800 (PST) Message-ID: <1f97de60802042347m1b1cc781s8119f7cdb4de0c9a@mail.gmail.com> Date: Mon, 4 Feb 2008 23:47:45 -0800 From: "Z W" To: "Ant Users List" Subject: fileset and directory to get for loop to work - How ? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11252_22915711.1202197665439" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_11252_22915711.1202197665439 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi In a target, I have Test case @{files} But I keep getting this error C:\A.xml:9: C:\Documents\${test_dir} not found. Warmup.jmx and CI.jmx files are stored on a network folder in \\foo\testdirectory. 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. Thanks for your response and help. ------=_Part_11252_22915711.1202197665439--