RE: help regarding ANT.

2007-10-11 Thread Ravishankar BV.
Hi all, Thanks for your help. The classpath problem is solved and is up and working. Thanks. Ravi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 6:54 PM To: user@ant.apache.org Subject: AW: help regarding ANT. Its often

Re: help regarding ANT.

2007-10-10 Thread David Weintraub
What task is being called on line 222 of your build.xml file? What this is saying is that a class needed for a particular task cannot be found. It could be a missing *.jar file. I believe you'll find that you're trying to implement the "deploy" task of Tomcat. Since you're getting the classfile r

RE: help regarding ANT.

2007-10-10 Thread cknell
help after looking it over. -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: Ravishankar BV. <[EMAIL PROTECTED]> Sent: Wed, 10 Oct 2007 18:32:54 +0530 To: Subject: help regarding ANT. Hi all, I'm new to Apache and ANT (and even java too

AW: help regarding ANT.

2007-10-10 Thread Jan.Materne
n >-Ursprüngliche Nachricht- >Von: Ravishankar BV. [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 10. Oktober 2007 15:03 >An: user@ant.apache.org >Betreff: help regarding ANT. > >Hi all, > > > >I'm new to Apache and ANT (and even java tools). I&#x

help regarding ANT.

2007-10-10 Thread Ravishankar BV.
Hi all, I'm new to Apache and ANT (and even java tools). I'm purely into "C". So, sorry if this looks silly and trivial. I have a build.xml file and when I run: $ ant -f build.xml generate.html, I get an error: /build.xml:202: taskdef class org.apache.catalina.ant.DeployTask cann