Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 12704 invoked by uid 500); 9 May 2001 20:46:31 -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 12678 invoked from network); 9 May 2001 20:46:26 -0000 Message-ID: From: KC Baltz To: "'ant-user@jakarta.apache.org'" Subject: RE: javac task does not error on bad paths? Date: Wed, 9 May 2001 16:43:56 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Most of Ant is like this. When you specify a fileset (javac is implicitly a fileset) you are specifying a pattern of files to include. By specifying a non-existant path, you are simply providing a pattern that will never be matched. Unmatched patterns are not considered a failure. Now, as to whether or not this is a Good Thing(tm) .... K.C. > -----Original Message----- > From: Rhodes, Phillip C. [mailto:Phillip.Rhodes@alcoa.com] > Sent: Wednesday, May 09, 2001 3:11 PM > To: Ant User > Subject: javac task does not error on bad paths? > > > javac tasks that refer to paths that are nonexistent do not > generate errors. > > Can someone explain anything more on this? > > Thanks in advance, > Phillip > > > > destdir="/classes"> > > > > > > >