Re: Tomcat build error

2010-03-07 Thread Bharath Vasudevan
Thanks folks. Looks like the gcj that was installed was causing the issue. Had uninstalled it and ant started picking up my jdk path. On Sun, Mar 7, 2010 at 1:34 PM, Mark Thomas wrote: > On 07/03/2010 21:14, Bharath Vasudevan wrote: > > My classpath is set for the tomcat working directory. Looks

Re: Tomcat build error

2010-03-07 Thread Mark Thomas
On 07/03/2010 21:14, Bharath Vasudevan wrote: > My classpath is set for the tomcat working directory. Looks like > apache.ant.org is down now (so couldnt see what it should be set to). That is ant.apache.org As you'll see from http://monitoring.apache.org/status/ it is the EU mirror that is down.

Re: Tomcat build error

2010-03-07 Thread Bharath Vasudevan
My classpath is set for the tomcat working directory. Looks like apache.ant.org is down now (so couldnt see what it should be set to). echo $CLASSPATH /usr/share/tomcat6/lib/servlet-api.jar I am working on a ubuntu server edition. I had ant-gcj installed previously. Removed it now and tried it. S

Re: Tomcat build error

2010-03-07 Thread Konstantin Kolinko
2010/3/7 Bharath Vasudevan : > > I have been using sun jdk only. Even my JAVA_HOME path looks fine. > > echo $JAVA_HOME > /usr/lib/jvm/java-6-openjdk/ > Do not be so sure. I think you self can see that gnu/classpath/Configuration in your logs. What is the value of $CLASSPATH ? http://ant.apache.o

Re: Tomcat build error

2010-03-07 Thread Bharath Vasudevan
Hi Mark, I have been using sun jdk only. Even my JAVA_HOME path looks fine. echo $JAVA_HOME /usr/lib/jvm/java-6-openjdk/ Bharath On Sun, Mar 7, 2010 at 1:15 AM, Mark Thomas wrote: > On 06/03/2010 22:05, Bharath Vasudevan wrote: > > BUILD FAILED > > java.lang.NoClassDefFoundError: gnu/classpat

Re: Tomcat build error

2010-03-07 Thread Mark Thomas
On 06/03/2010 22:05, Bharath Vasudevan wrote: > BUILD FAILED > java.lang.NoClassDefFoundError: gnu/classpath/Configuration Don't use gnu - download a Sun JDK. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org Fo