Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 71422 invoked from network); 15 Jan 2002 23:01:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Jan 2002 23:01:22 -0000 Received: (qmail 9233 invoked by uid 97); 15 Jan 2002 23:01:21 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 9223 invoked by uid 97); 15 Jan 2002 23:01:21 -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 16503 invoked from network); 15 Jan 2002 17:06:08 -0000 From: "Bernhard Lenz" To: "system" <_system@ukpg.co.uk>, Subject: How to I prevent jar to include subdirectories Date: Tue, 15 Jan 2002 11:41:36 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C19DB9.96B85D20" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0000_01C19DB9.96B85D20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi Adam, I'm sorry to bother you again. Do you know if there is something similiar to prevent javadoc from documenting subdirectories? ThanksBernie List: ant-user Subject: How to I prevent jar to include subdirectories From: "Bernhard Lenz" Date: 2002-01-14 23:14:17 [Download message RAW] Bull's eye... includes="*" filesonly="true" works perfect. Thanks all for your help. Bernie List: ant-user Subject: RE: How to I prevent jar to include subdirectories From: "Adam Murdoch" Date: 2002-01-14 22:42:25 [Download message RAW] Hi, If you want to just grab the files directly under the root directory and ignore everything else, try something like: Note: a single * in the includes, not ** (which is the default). Adam > -----Original Message----- > From: Bernhard Lenz [mailto:BLenz@BerMark.com] > Sent: Tuesday, 15 January 2002 8:13 AM > To: ant-user@jakarta.apache.org > Subject: How to I prevent jar to include subdirectories > > > Is there any way to prevent jar to package subdirectories without > explicitly > naming each single subdirectory, > e.g. package root directory / but not /usr, /bin, /export, etc.? > > Thanks for your help. > Bernie ------=_NextPart_000_0000_01C19DB9.96B85D20--