Thanks for you help. Your suggestion did the trick ...
Gunnar
On Thu, 29 Dec 2005, Rainer Noack wrote:
> [cut]
>
> The ThreadContextClassloader is typically not your task's classloader.
>
> You can set the ThreadContextClassloader before instantiating
> ClassPathXmlApplicationContext.
>
> Do
o ant ;-)
Cheers
Rainer
> -Original Message-
> From: Gunnar Sigurdsson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 29, 2005 7:12 PM
> To: Ant Users List
> Subject: Re: taskdef classpath problem
>
>
> I am not loading the resources directly, that happens as
I am not loading the resources directly, that happens as a
side effect of GenDDL using a class from one of these other jars.
The full details are like this. Lets say GenDDL.class is in
GenDDL.jar, and GenDDL.class calls a class Context.class which is
in Context.jar, and that same jar contains a te
On Wed, 28 Dec 2005, Gunnar Sigurdsson <[EMAIL PROTECTED]> wrote:
> The GenDDL class depends on other jar files that are in the same
> "lib" directory. When the "ddl" target is executed, ant finds the
> GenDDL class and executes it, but it does not find resources in the
> other jar files.
How