RE: running ant

2005-01-19 Thread David G. Friedman
s the complation problems. Regards, David -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 11:01 AM To: Struts Users Mailing List Subject: Re: running ant but then how can compilation step succeed? David G. Friedman wrote: >Sounds like you do

Re: running ant

2005-01-19 Thread Alex Kravets
05 10:47 AM To: Struts Users Mailing List Subject: running ant I am building my application using Ant. It seems to be compiling but fails at step to build javadoc. Will this impact running of the application (I think not)? Here is the output of running Ant: Buildfile: build.xml clean: [delete] Del

RE: running ant

2005-01-19 Thread David G. Friedman
Sounds like you don't have servet.jar or servlet-api.jar (Tomcat 5.X name for that jar) in your classpath. Regards, David -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 10:47 AM To: Struts Users Mailing List Subject: running ant

running ant

2005-01-19 Thread Alex Kravets
I am building my application using Ant. It seems to be compiling but fails at step to build javadoc. Will this impact running of the application (I think not)? Here is the output of running Ant: Buildfile: build.xml clean: [delete] Deleting directory /export/home/jakarta-tomcat-5.5.4/webapps