Re: Execution error help - java.lang.NoClassDefFoundError

2010-03-08 Thread Bharath Vasudevan
Thanks Antonie. Yes that was the issue. I had uninstalled gcj from my system and it worked fine :). But apparently my JAVA_HOME was fine even before. Looks like ant had picked up the gnu jdk path from somewhere else. Regards, Bharath On Sun, Mar 7, 2010 at 3:53 PM, Antoine Levy Lambert wrote: >

Re: Execution error help - java.lang.NoClassDefFoundError

2010-03-07 Thread Antoine Levy Lambert
Hello Bharath, I am intrigued by the class not def found error "gnu/classpath/Configuration" Are you using a GNU JDK ? You might want to use a Sun JDK. Ant uses normally the JDK pointed to by the environment variable JAVA_HOME. It is possible that there is a bug or limitation of ant and th

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