Execution error help - java.lang.NoClassDefFoundError

2010-03-06 Thread Bharath Vasudevan
Hi, I tried building the 6.0.x tomcat source. From the installation looks like we had to execute "ant download" and then "ant". Executing "ant download" completed fine and said build successful. But executing "ant" after it fails with this error: Any idea if some envt variable is messed up ? su

Re: Tomcat Client Deployer

2010-03-06 Thread Kaushal Shriyan
On Fri, Mar 5, 2010 at 6:41 PM, Antoine Levy Lambert wrote: > Hello Kaushal, > > the easiest is to install ant on the remote host and kick off ant remotely, > maybe from another ant process. > > ant can do all what you want (backing up, copying, deleting, ...). Just open > the manual. > > Maybe de