Re: How to show the current, real executed commands in an ANT script?

2010-08-03 Thread Gilbert Rebhan
Original Message Subject: How to show the current, real executed commands in an ANT script? From: Ben Stover To: Ant Users Date: 03.08.2010 15:28 > During the execution of an Ant script a couple of real commands with real > parameter values e.g. > for javac, jar, are exec

RE: in ANT 1.8

2010-08-03 Thread Rao Chaudhri
I have a list of files which I want to check whether they exist on the remote machine or not. I could use , which will create a new ssh session for each file, which I want to check if it exists on the remote machine. I was wondering if somehow I can just use - which will create an ssh session

How to show the current, real executed commands in an ANT script?

2010-08-03 Thread Ben Stover
During the execution of an Ant script a couple of real commands with real parameter values e.g. for javac, jar, are executed. How can I show the real, current, final commands at the command prompt/terminal/log file ? Ben