RE: .war file question

2004-11-02 Thread Wendy Smoak
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Yes, you are correct that I could create the directory at > runtime, which is needed for downloaded files, but the > problem is our system is property driven, and if someone > creates a directory with the wrong property, then we get tmp > folde

RE: .war file question

2004-11-02 Thread Scott Purcell
oggling my mind this morning. Hope you have a nice day, Sincerely Scott -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 5:36 PM To: Ant Users List Subject: RE: .war file question > From: Scott Purcell [mailto:[EMAIL PROTECTED] &g

RE: .war file question

2004-11-01 Thread Dominique Devienne
> From: Wendy Smoak [mailto:[EMAIL PROTECTED] > > From: Scott Purcell [mailto:[EMAIL PROTECTED] > > As far as the index.html file, I am pulling one from cvs and > > was using that one explicitely, instead of having > > create one. This is my first ant script and I am just getting > > underway. Any

RE: .war file question

2004-11-01 Thread Wendy Smoak
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > As far as the index.html file, I am pulling one from cvs and > was using that one explicitely, instead of having > create one. This is my first ant script and I am just getting > underway. Any info is always appreciated. Hmmm... I messed about

RE: .war file question

2004-11-01 Thread Scott Purcell
: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 4:22 PM To: Ant Users List Subject: RE: .war file question > From: Scott Purcell [mailto:[EMAIL PROTECTED] > I am creating a war application using ant and ran into a > perculiar problem. I need to create a 'emp

RE: .war file question

2004-11-01 Thread Wendy Smoak
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > I am creating a war application using ant and ran into a > perculiar problem. I need to create a 'empty' dir in the > webapp and I cannot figure out how to do it? Does anyone know > if I can achieve this, or not. I think that if you make the di

.war file question

2004-11-01 Thread Scott Purcell
Hello, I am creating a war application using ant and ran into a perculiar problem. I need to create a 'empty' dir in the webapp and I cannot figure out how to do it? Does anyone know if I can achieve this, or not. So the file structure would be: application application/WEB-INF application/tmpfo