Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 20136 invoked from network); 24 Feb 2003 22:45:51 -0000 Received: from moutng.kundenserver.de (212.227.126.177) by daedalus.apache.org with SMTP; 24 Feb 2003 22:45:51 -0000 Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18nRMD-000481-00 for dev@ant.apache.org; Mon, 24 Feb 2003 23:45:57 +0100 Received: from [212.202.193.6] (helo=cyberspaceroad.com) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18nRMD-0007K9-00 for dev@ant.apache.org; Mon, 24 Feb 2003 23:45:57 +0100 Message-ID: <3E5AA0C5.1090702@cyberspaceroad.com> Date: Mon, 24 Feb 2003 23:46:29 +0100 From: Adam Hardy Reply-To: dev@ant.apache.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: filelist and dir attribute References: <3E55618C.8000307@cyberspaceroad.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stefan Bodewig wrote: > On Fri, 21 Feb 2003, Adam Hardy > wrote: is > more than just a little bit related and Conor has promised to look > into it 8-) > > Stefan They are closely related, but the bug 11270 title "if directory does not exist" would not be an appropriate title if you wanted to combine the 2 issues into 1 bug. Something like "new options needed for directory path info on fileset, dirset, listset & dirlist" I assume that all the other classes that use FileList would also in an ideal world need to be updated to accept its new functionality? I've got this list from doing a grep: ./DirectoryScanner.java:1 ./taskdefs/compilers/DefaultCompilerAdapter.java:1 ./taskdefs/Concat.java:7 ./taskdefs/DependSet.java:22 ./taskdefs/Javac.java:3 ./taskdefs/PathConvert.java:6 ./taskdefs/Rmic.java:1 ./taskdefs/optional/Cab.java:2 ./taskdefs/optional/NetRexxC.java:5 ./taskdefs/optional/depend/Depend.java:7 ./taskdefs/optional/dotnet/DotnetCompile.java:2 ./taskdefs/optional/jsp/JspC.java:2 ./taskdefs/optional/perforce/P4Add.java:7 ./taskdefs/optional/perforce/P4Fstat.java:8 ./types/FileList.java:16 ./types/Path.java:4 ./types/PatternSet.java:11