Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 9065 invoked from network); 2 Oct 2007 11:10:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 11:10:32 -0000 Received: (qmail 91940 invoked by uid 500); 2 Oct 2007 11:10:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 91914 invoked by uid 500); 2 Oct 2007 11:10:19 -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 91903 invoked by uid 99); 2 Oct 2007 11:10:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 04:10:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 11:10:19 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IcfdX-0002RZ-2O for user@ant.apache.org; Tue, 02 Oct 2007 04:09:59 -0700 Message-ID: <12996743.post@talk.nabble.com> Date: Tue, 2 Oct 2007 04:09:59 -0700 (PDT) From: Alx G To: user@ant.apache.org Subject: how can I copy a directory of files to lower case equivalents? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: glubbah@yahoo.co.uk X-Virus-Checked: Checked by ClamAV on apache.org Hi, Does anyone know if there's anything in Ant that can copy files from a directory to another directory but change all the file names to lower case? e.g. working/some_folder/etc/Blah.jpg => dist/some_folder/etc/blah.jpg ... etc. for a whole load of files in various directories. Perhaps there's something I can add to this? If there's nothing in Ant directly, I'm going to have to write a PHP script that does the renaming but I'd prefer not to create more scripts. Any help would be much appreciated. Many Thanks! -- View this message in context: http://www.nabble.com/how-can-I-copy-a-directory-of-files-to-lower-case-equivalents--tf4554266.html#a12996743 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