Re: Execution error help - java.lang.NoClassDefFoundError

2010-03-08 Thread Bharath Vasudevan
possible that there is a bug or limitation of ant and that ant does > not work with the GNU JDK. > > Regards, > > Antoine > > > Bharath Vasudevan wrote: > >> Hi, >> >> I tried building the 6.0.x tomcat source. From the installation looks like >> we h

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