Since I am having similar problems using ssh/scp from within an ant
file, I would be grateful if you could elaborate.
Thanks,
Bob Noonan
On Nov 2, 2005, at 5:29 PM, Marcus Zafarano wrote:
Well, I found the problem.
-Original Message-
From: Marcus Zafarano
Sent: Wednesday, November
the task given in the rely generates a:
pathconvert does not support nested fileset
ditto the following example taken from ant.apache.org/manual/using.html:
generates:
corona> ant -f filelist.xml
Buildfile: filelist.xml
alt:
BUILD FAILED
/h
Hi,
Please forgive my stupidity, but I have spent hours on this ...
Given the following Unix/Linux command line:
java Test.Main -all *.txt
I wrote the following ant task:
Test.Main reports it cannot find file *.java.
So I replaced the 2