Complete Newbie Need Hand With Classpath

2006-03-03 Thread Scott Purcell
I am using struts so I was able to take the struts-blank starter build.xml file as a basis. I am creating a web-app here is my structure: Myapp Build.xml WEB-INF/src WEB-INF/lib WEB-INF/classes Inside the above lib directory are libs that could be included with the webapplic

junit testing question

2004-11-03 Thread Scott Purcell
I have got some textbook example of working with simple classes that implement TestCase. But my question is as follows: Prior to using ant, our code base was written to use a TestSuite(xxx.class) And we ran them via a script like so: java junit.textui.TestRunner classname Can I still use thes

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

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 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

.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

nested "fileset" error

2004-10-28 Thread Scott Purcell
I am trying to create a war file with certain jar files. According to the docs the element takes a . But upon execution of the script I an error. I have googled this error, but do not see any known problems. Error from compiler: "The type doesn't support the nested "fileset" element." Doe