Re: Empty arguments on the command-line under windows

2005-09-04 Thread Steve Loughran
Martin Senger wrote: IMHO you are being "helped" by the windows command processor. I think it treats whitespace as meaningless. Exactly. That's my current understanding of what is happenning. And because this is an OS-dependent feature, I think (IMHO) that Ant when it calls Runtime.exec to

Re: Empty arguments on the command-line under windows

2005-09-04 Thread Steve Loughran
Martin Senger wrote: Hi, If you run ANT in verbose mode (-v) what does it output as the string that is generated...? This is how it look underw windows: [testing] Executing 'C:\Program Files\Java\jre1.5.0_04\bin\java.exe' with arguments: [testing] '-classpath' [testing] 'C:\Document

Re: Updating jar fails

2005-09-04 Thread Gad Abraham
Carol Enderlin wrote: I tried it out and it worked with added basedir (removed dest from the includes line): Thanks Carol! I've followed your advice and it works. Now I see that the includes is relative to the basedir, so previously ant couldn't find the e30.class because i

ant 1.6.5, bsf 2.3.0, rhino 1.6R2 RC2

2005-09-04 Thread Roman Neuhauser
Hello, I'm hitting walls trying to use script tasks with javascript. Software: * FreeBSD-5.4-RELEASE-p6 i386 * (compiled) native Sun JDK SE 1.4.2_8 FreeBSD patch level 7 * (binary) Apache Ant 1.6.5 * (binary) Apache BSF 2.3.0 * (binary) Mozilla Rhino 1.6 R2 RC2, I'm seeing these two errors when