RE: Including directories that may or may not exist

2003-11-11 Thread Jan . Materne
> Quoting Stefan Bodewig <[EMAIL PROTECTED]>: > > (and any other task of the family) will only work on > > existing files and directories. You'll have to make sure that they > > exist using (which will silently do nothing if the directory > > already exists). > > Would it make sense to have an

Re: Including directories that may or may not exist

2003-11-11 Thread J. Xue
Quoting Stefan Bodewig <[EMAIL PROTECTED]>: > (and any other task of the family) will only work on > existing files and directories. You'll have to make sure that they > exist using (which will silently do nothing if the directory > already exists). Would it make sense to have an 'optional' at

Re: Including directories that may or may not exist

2003-11-11 Thread Stefan Bodewig
On Mon, 10 Nov 2003, Dhruva B. Reddy <[EMAIL PROTECTED]> wrote: > We are trying to build a WAR file, and need to include a directory > which may or may not be available. Is there an easy way to do this? (and any other task of the family) will only work on existing files and directories. You'l