Re: ssh issue with ant

2005-11-03 Thread Bob Noonan
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

Re: Need to expand *.txt in java task

2005-10-28 Thread Bob Noonan
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

Need to expand *.txt in java task

2005-10-28 Thread Bob Noonan
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