RE: unable to find a javac compiler when I invoke ant from cmd script

2007-03-21 Thread Gilles Scokart
Look at the script ant.bat, it does similar things (the classpath in your script is too short). Gilles > -Original Message- > From: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] > Sent: mercredi 21 mars 2007 9:59 > To: user@ant.apache.org > Subject: Ant: unable to find a javac compiler when

Re: unable to find a javac compiler when I invoke ant from cmd script (UPDATE)

2007-03-21 Thread Denis Bessmertnyj
Thank you, I forgot to add fork="true" - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 21, 2007 11:01 AM Subject: ANT: unable to find a javac compiler when I invoke ant from cmd script (UPDATE) And I have the next target in my build.x