Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 43945 invoked from network); 7 Jan 2011 15:48:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2011 15:48:50 -0000 Received: (qmail 17272 invoked by uid 500); 7 Jan 2011 15:48:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 17035 invoked by uid 500); 7 Jan 2011 15:48:47 -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 16546 invoked by uid 99); 7 Jan 2011 13:19:39 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Date: Fri, 7 Jan 2011 05:19:13 -0800 (PST) From: halfsetgelly To: user@ant.apache.org Message-ID: <1294406353262-3331823.post@n5.nabble.com> In-Reply-To: References: Subject: Re: make a string lowercase MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit You could use http://ant.apache.org/manual/Tasks/pathconvert.html and a http://ant.apache.org/manual/Types/mapper.html#script-mapper scriptmapper self.addMappedName(source.toLowerCase()); ${converted} -- View this message in context: http://ant.1045680.n5.nabble.com/make-a-string-lowercase-tp1352626p3331823.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org