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