RE: fileset fails when base dir is missing

2004-12-06 Thread Charlton_Rose
m: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, December 06, 2004 2:19 PM > To: Ant Users List > Subject: RE: fileset fails when base dir is missing > > I thought of this, actually. But what puzzles me is how to leverage the > value of "mod_classdir

RE: fileset fails when base dir is missing

2004-12-06 Thread Murray, Mike
something more clever that would be better. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 2:19 PM To: Ant Users List Subject: RE: fileset fails when base dir is missing I thought of this, actually. But what puzzles me is how to

RE: fileset fails when base dir is missing

2004-12-06 Thread Charlton_Rose
; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, December 06, 2004 1:58 PM > To: Ant Users List > Subject: Re: fileset fails when base dir is missing > > That's a clever hack, but it won't work well in my situation, since some > of the files

RE: fileset fails when base dir is missing

2004-12-06 Thread Murray, Mike
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 1:58 PM To: Ant Users List Subject: Re: fileset fails when base dir is missing That's a clever hack, but it won't work well in my situation, since some of the filesets may be rooted

Re: fileset fails when base dir is missing

2004-12-06 Thread Charlton_Rose
That's a clever hack, but it won't work well in my situation, since some of the filesets may be rooted in directories that cannot be created. Wouldn't it be nice if the tag had an attribute that allowed you do say, "It's OK if it doesn't exist"? Something like this: ... Anyone else have a go

Re: fileset fails when base dir is missing

2004-12-06 Thread Alexey N. Solofnenko
I usually execute in this situation - an empty directory does not affect anything else and makes some commands happy. - Alexey. [EMAIL PROTECTED] wrote: I am constructing a classpath that includes a fileset. Sometimes, the base directory for that fileset does not exist. I would like Ant to s