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 answere

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
You may get more help if you give more information. Ant is telling you that it cannot find a class that it needs. This is very likely a classpath issue (that's something that takes a while for new Java programmers to get used to). Post your build.xml file and we may be able to offer more help af