Re: substring

2008-07-08 Thread Garrett Smith
On Tue, Jul 8, 2008 at 12:51 PM, Anthony Muller <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to do a substring operation with Ant? > Not exactly. But it is possible to do a string/token replacement -- not exactly what you asked, but it can get the job done. This is done using a FilterCha

substring

2008-07-08 Thread Anthony Muller
Hello, Is it possible to do a substring operation with Ant? Cheers, Anthony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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