RE: DirSet Top-Level Dirs Only

2006-09-08 Thread Matt Benson
September, 2006 10:54 > To: Ant Users List > Subject: RE: DirSet Top-Level Dirs Only > > > > > > Should be: > > > > > > Something like that at least. > > Ben > > -Original Message- > From: jason heddings [mailto:[EMAIL

RE: DirSet Top-Level Dirs Only

2006-09-08 Thread jason heddings
Perfect... Thanks. (And so simple!) -Original Message- From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Friday, 08 September, 2006 10:54 To: Ant Users List Subject: RE: DirSet Top-Level Dirs Only Should be: Something like that at least. Ben -Original

RE: DirSet Top-Level Dirs Only

2006-09-08 Thread Burgess, Benjamin
Should be: Something like that at least. Ben -Original Message- From: jason heddings [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 12:53 PM To: 'Ant Users List' Subject: DirSet Top-Level Dirs Only I'm trying to craft a dirset that contains onl

DirSet Top-Level Dirs Only

2006-09-08 Thread jason heddings
I'm trying to craft a dirset that contains only the topl-evel directories of the supplied path... I took this approach: But that doesn't seem to quite work. Effectively, I want to have all the first-level children of the ${basedir} directory only. Ideally, not even ${basedir} would be r