Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 82286 invoked from network); 8 Oct 2002 22:19:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Oct 2002 22:19:47 -0000 Received: (qmail 9796 invoked by uid 97); 8 Oct 2002 22:20:28 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 9749 invoked by uid 97); 8 Oct 2002 22:20:27 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 9732 invoked by uid 98); 8 Oct 2002 22:20:27 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Janusz Dalecki \(TYCO\)" To: "'Ant Users List'" Subject: RE: literal value inside ant task? Date: Wed, 9 Oct 2002 08:15:05 +1000 Message-ID: <004601c26f18$286a7980$b01d010a@tepgsyd.tycoint.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by nswmh1.tycoint.com.au id IAA17417 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks a lot. JD -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: Tuesday, 8 October 2002 6:56 PM To: ant-user@jakarta.apache.org Subject: Re: literal value inside ant task? On Tue, 8 Oct 2002, Janusz Dalecki wrote: > I would like to use in ant task literal value like ${buildno} but > when I use this (in any task) it gets replaced by the value of the > property =91buildno=92. How can I tell ant task to treat that value as > a literal only? Escape the $ by another $ - i.e. $${buildno}. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: