RE: How to start ant to use the webapps classpath?

2005-12-28 Thread Zsolt
Yes I tried it but it didn't help. >-Original Message- >From: Balint Domokos [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 28, 2005 9:41 PM >To: Tomcat Users List >Subject: Re: How to start ant to use the webapps classpath? > >Hi, > >di

Re: How to start ant to use the webapps classpath?

2005-12-28 Thread Balint Domokos
Hi, did you try project.setCoreLoader(YourServletClass.class.getClassLoader()); ? Regards, Balint On Wed, 2005-12-28 at 14:01 +0100, Zsolt wrote: > Hi, > > I have tomcat-5.5.12 and I copied all ant libraries (with my ones) into > /webapps/APPLICATION-NAME/WEB-INF/lib. > > When I start ant usi

How to start ant to use the webapps classpath?

2005-12-28 Thread Zsolt
Hi, I have tomcat-5.5.12 and I copied all ant libraries (with my ones) into /webapps/APPLICATION-NAME/WEB-INF/lib. When I start ant using project.executeTargets(execTargets) I get class not found exceptions and I think because ant uses the bootstrap classpath of tomcat and not the classpath of my