Re: Problem with the classpath

2009-08-11 Thread Brian Pontarelli
-- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org -- View this message in context: http://www.nabble.com/Problem-with-the-classpath-t

Re: Problem with the classpath

2009-08-11 Thread espinha
are appreciated. >> >> Thank you. >> >> Tiago Espinha >> >> - >> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org >> For additional commands, e-mail: user-h...@ant.apache.org

Re: Problem with the classpath

2009-08-10 Thread Brian Pontarelli
I would definitely avoid the environment variable if possible. In 12 years of Java work, I've never used that variable. Try to be very explicit about the classpath for each thing you are doing and very very specific about versions of all the JARs on the classpath. Once you have removed the

Problem with the classpath

2009-08-08 Thread Tiago Espinha
Hello everyone, We at Apache Derby are using Ant to manage our build process but I have just run into an annoying problem that is being hard to overcome. Having tried pretty much everything we could think of, I decided to ask for help with the more knowledgeable crew. The symptoms are very simple

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