Re: [OT] Ant question

2004-11-23 Thread Mark Lowe
Mark On Tue, 23 Nov 2004 10:30:44 -0800 (PST), Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > I have a ant script which creates a war file, every > thing works well but it does not copy empty directory > in the war file, i need one directory which is empty, > it is under WEB-INF and at run ti

RE: [OT] Ant question

2004-11-23 Thread Daniel Perry
No idea if ant can do this, but i tend to put a 0 byte 'ignoreme' file in the directory. This stops these problems happening with more than just ant! Daniel. > -Original Message- > From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] > Sent: 23 November 2004 18:31 > To: [EMAIL PROTECTED] > Su

Re: [OT] Ant question

2004-11-23 Thread sachin . s . zope
Hi, You can create a directory on the fly using java code. First you can check if the directory exists. If it doesn't, then create one. Thanks Sachin Zope Preclinical IT Sr. Java Developer 610-270-5863 (Work) 610-269-2243 (Home) 412-656-8343 (Cell) "Ashish Kulkarni" <[EMAIL PROTECTED]> 23-N