Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 43625 invoked from network); 8 Dec 2004 15:42:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 15:42:22 -0000 Received: (qmail 71340 invoked by uid 500); 8 Dec 2004 15:42:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 71285 invoked by uid 500); 8 Dec 2004 15:42:12 -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 71266 invoked by uid 99); 8 Dec 2004 15:42:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mailout-tlr.thomson.com (HELO mailout-tlr.thomson.com) (163.231.12.68) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Dec 2004 07:42:10 -0800 Received: from mailout-tlr.thomson.com (localhost [127.0.0.1]) by mailout-tlr.thomson.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iB8Fg8YD023786 for ; Wed, 8 Dec 2004 15:42:08 GMT Received: from TLRUSMNEAGFE02.ERF.THOMSON.COM (tlrusmneagfe02.erf.thomson.com [163.231.22.129]) by mailout-tlr.thomson.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iB8Fg7TM023773 for ; Wed, 8 Dec 2004 15:42:07 GMT Received: from tlrusmneagmbx01.ERF.THOMSON.COM ([163.231.22.227]) by TLRUSMNEAGFE02.ERF.THOMSON.COM with Microsoft SMTPSVC(6.0.3790.211); Wed, 8 Dec 2004 09:42:53 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [newbie] excludesfile not working? Date: Wed, 8 Dec 2004 09:42:52 -0600 Message-ID: <58BA629474DCB1439184245EAF0BF3390411CB86@tlrusmneagmbx01.erf.thomson.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [newbie] excludesfile not working? Thread-Index: AcTdPCKxqfrh1OsOQBmQEyTYtaIHuAAABi0Q From: To: X-OriginalArrivalTime: 08 Dec 2004 15:42:53.0050 (UTC) FILETIME=[9462DDA0:01C4DD3C] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N >From the manual page for Fileset: excludesfile the name of a file; each line of this file is taken to be = an exclude pattern. So you want , not = . Kajsa Anderson -----Original Message----- From: JEFF EMMINGER [mailto:jemminger@thig.com] Sent: Wednesday, December 08, 2004 9:38 AM To: 'user@ant.apache.org' Subject: [newbie] excludesfile not working? hi list, newbie here: I have this copy task: the two "exclude" nodes work fine without prepending the appRoot to = them. the script fails to run if I do not prepend appRoot to "excludesfile", complaining that it cannot find the file, and then when I do use appRoot = as above, the script runs but does not exclude web.xml. what am I doing wrong? thanks, jeff CONFIDENTIAL NOTICE: This email including any attachments, contains=20 confidential information belonging to the sender. It may also be=20 privileged or otherwise protected by work product immunity or other=20 legal rules. This information is intended only for the use of the=20 individual or entity named above. If you are not the intended=20 recipient, you are hereby notified that any disclosure, copying,=20 distribution or the taking of any action in reliance on the contents=20 of this emailed information is strictly prohibited. If you have=20 received this email in error, please immediately notify us by=20 reply email of the error and then delete this email immediately. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org