Re: proposed extension of pathconvert to be able to pull the directories from filesets

2003-05-27 Thread Stefan Bodewig
On Tue, 27 May 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > I can leave and as they are, and do my tests > by calling FileScanner#getIncludedFiles() and > FileScanner#getIncludedDirectories() in my test cases. This might be > the simplest thing to do. I agree. Stefan

Re: proposed extension of pathconvert to be able to pull the directories from filesets

2003-05-27 Thread Antoine Levy-Lambert
#getIncludedDirectories() in my test cases. This might be the simplest thing to do. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 12:33 PM Subject: Re: proposed extension of pathconvert

Re: proposed extension of pathconvert to be able to pull the directories from filesets

2003-05-27 Thread Stefan Bodewig
On Tue, 27 May 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > The code of the datatype only pulls the files contained in a > fileset, Yes, and the directories from dirsets. > > > > > > > would add yet another special case (see 's type attribute). Is it pos