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?
<war> (and any other task of the <zip> family) will only work on existing files and directories. You'll have to make sure that they exist using <mkdir> (which will silently do nothing if the directory already exists). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]