RE: zip instead of war

2004-11-03 Thread Wendy Smoak
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Should I create the above structure before I compile? and > then put the compile there. I am trying to come up with a > workflow and could use a hand from someone who has possibly > been through this: That's what works for me, though I do one a

zip instead of war

2004-11-03 Thread Scott Purcell
Hello, I am trying to create a war file to deploy on my servlet container. I have used the command prior, but now would like to use command. My targets involve the following: 1) info - gather property values, etc. 2) checkout - pull classes and libs from cvs using 3) compile - javac the abov