RE: taskdef classpath problem

2005-12-31 Thread Gunnar Sigurdsson
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

Re: taskdef classpath problem

2005-12-29 Thread Gunnar Sigurdsson
. Gunnar On Thu, 29 Dec 2005, Stefan Bodewig wrote: > 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 t

taskdef classpath problem

2005-12-28 Thread Gunnar Sigurdsson
I am using ant version 1.6.2. I have a custom task, com.xxx.ant.abc.GenDDL, which is stored in a jar file which is in the "lib" directory indicated in the "fileset" below. The GenDDL class depends on other jar files