Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 35117 invoked from network); 27 Jul 2004 07:49:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Jul 2004 07:49:48 -0000 Received: (qmail 59932 invoked by uid 500); 27 Jul 2004 07:49:37 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 59887 invoked by uid 500); 27 Jul 2004 07:49:37 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 59874 invoked by uid 99); 27 Jul 2004 07:49:37 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received: from [66.218.78.118] (HELO web40501.mail.yahoo.com) (66.218.78.118) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 27 Jul 2004 00:49:35 -0700 Message-ID: <20040727074933.69336.qmail@web40501.mail.yahoo.com> Received: from [53.122.34.116] by web40501.mail.yahoo.com via HTTP; Tue, 27 Jul 2004 00:49:33 PDT Date: Tue, 27 Jul 2004 00:49:33 -0700 (PDT) From: Angeshwar Deepak Subject: Problem-using foreach + tidy.jar To: user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I have used a foreach to iterate a directory to search for html files and tidy them. The code is as follows ...... ...... ********* ${msg} It works perfectly fine. Except for the fact that I cant specify a relative path for the file tidy-config.txt. i.e. I dont want to specify the file as c:\tidy-config.txt. But insted as ${tidy} or so. I saw an example as follows in the ant webpage But this does'nt work for my piece of code. Please suggest some solution to avoid writing the absolute or real path for the file. bye, with regards, Deepak. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org