Re: Problem with the classpath embedding ant

2008-07-08 Thread chuchi
Hi again, If I comment the and the works fine. As you can see, the java task load the libraries correctly but the taskdef task not El mar, 08-07-2008 a las 17:36 +0200, chuchi escribió: > Hi all, > > I'm trying to embed ant into an application but I have a lot of > problems. I have t

Problem with the classpath embedding ant

2008-07-08 Thread chuchi
Hi all, I'm trying to embed ant into an application but I have a lot of problems. I have tried to change the classloader, and when I call to java task all works fine but if I put a taskdef ant cannot find the class. Example: Prueba cargador de librerias