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,
>
>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]


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

Reply via email to