Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 65323 invoked by uid 500); 3 May 2001 19:51:25 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 64992 invoked from network); 3 May 2001 19:51:06 -0000 Message-ID: <008301c0d40a$b7252440$012a2a0a@seessle.de> From: "Nico Seessle" To: References: <264632F0D885D411916400010263722D4E687C@mail.journee.com> Subject: Re: Newbie Question Date: Thu, 3 May 2001 21:53:21 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ----- Original Message ----- From: "David Scassa" To: Sent: Thursday, May 03, 2001 7:42 PM Subject: Newbie Question > I know how to exclude a specific file from the ANT java compile function, > but how do I exclude an entire subdirectory ? > > > destdir="${outputDir}/classesMain" debug="on" deprecation="off" > optimize="on"> > > > > > > > > "**/cpex/**" should work for you. Nico