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 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 webapps.
> 
> How can I get ant to use the correct path?
> 
> Zsolt 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
-- 
Balint Domokos <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to