Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 25363 invoked from network); 24 Mar 2005 23:33:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2005 23:33:49 -0000 Received: (qmail 71740 invoked by uid 500); 24 Mar 2005 23:33:42 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 71688 invoked by uid 500); 24 Mar 2005 23:33:42 -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 71671 invoked by uid 99); 24 Mar 2005 23:33:42 -0000 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,FORGED_YAHOO_RCVD,HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web30208.mail.mud.yahoo.com (HELO web30208.mail.mud.yahoo.com) (68.142.200.91) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 24 Mar 2005 15:33:40 -0800 Received: (qmail 95556 invoked by uid 60001); 24 Mar 2005 19:33:37 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=kDOyXUa+C3HT0zkI+zVzAwWaYTgLzadPL+6boCp5dXf1mTHKmeYTUEBpVNLZ5M9lZKZIMpaavYg+sX81PVSElojLO5huo2/YWfbd3HrerOZotBb1hPKeHJCmFPYfg1nJR/HCvw4sbs1MaHgFDRXvrEhZtdCb+YbQ6FbQxjYFnSY= ; Message-ID: <20050324193337.95554.qmail@web30208.mail.mud.yahoo.com> Received: from [198.190.171.222] by web30208.mail.mud.yahoo.com via HTTP; Thu, 24 Mar 2005 11:33:37 PST Date: Thu, 24 Mar 2005 11:33:37 -0800 (PST) From: Ninju Bohra Subject: First time question of mappers To: Ant Users Group MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1052621792-1111692817=:95502" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-1052621792-1111692817=:95502 Content-Type: text/plain; charset=us-ascii Hello all, I need to two sets of files from one directory (tableset.source.dir) to another (buildDirectory\...), so I wrote: All was well until the people who what the buildDirectory contents said that all the *.DLL should end with uppercase *.DLL filename however the people who populate the tableset.source.dir told me that they unable (or unwilling) to guarantee that *.dll files will be ending with uppercase *.DLL and had asked me if there is any that I can handle it. This seems like a job for man !!! So how do I do either of the following options: 1) Uppercase the extensions of the files that end with *.dll (case insenstive) as I copy them out OR an even better option... 2) Rename the files in the tableset.source.dir so that the *.dll extensions are cased properly and then I should be able to do a simple copy. Thanx, Ninju --------------------------------- Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. --0-1052621792-1111692817=:95502--