Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 73354 invoked from network); 17 Aug 2007 08:45:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 08:45:39 -0000 Received: (qmail 35592 invoked by uid 500); 17 Aug 2007 08:45:33 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 35564 invoked by uid 500); 17 Aug 2007 08:45:33 -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 35548 invoked by uid 99); 17 Aug 2007 08:45:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 01:45:33 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-ant-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 08:45:31 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1ILxS3-0008Tn-1W for user@ant.apache.org; Fri, 17 Aug 2007 10:45:03 +0200 Received: from 83-244-179-210.cust-83.exponential-e.net ([83.244.179.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Aug 2007 10:45:03 +0200 Received: from teknokrat by 83-244-179-210.cust-83.exponential-e.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Aug 2007 10:45:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@ant.apache.org From: teknokrat Subject: how do I pass properties containing & chars Date: Fri, 17 Aug 2007 09:42:40 +0100 Lines: 4 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 83-244-179-210.cust-83.exponential-e.net User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org I am using ant 1.7. I need to pass urls as properties. Unfortunately these have parameters in them i.e. -Dtest.url=http://x.y.z?a=b&c=d ant barfs on these - is there any way this can be done --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org