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
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
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
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