g multiple SSH sessions to the remote machine. Any ideas?
Thanks
Usman Chaudhri
415-591-3031
-Original Message-
From: Stefan Bodewig [mailto:bode...@apache.org]
Sent: Wednesday, July 28, 2010 3:50 AM
To: user@ant.apache.org
Subject: Re: in ANT 1.8
On 2010-07-27, Rao Chaudhri wrote:
2010-07-27, Rao Chaudhri wrote:
> Getting error: "CreateProcess: test -f /tmp/test.log error=2"
This is the error Windows emits if it cannot find the executable you ask
it to run.
> Here's the code, not sure what's wrong here.
>
Hi,
I am trying to run a shell "test" command on a remote server, to check for the
existence of a file, using task which is available in ANT 1.8.
Getting error: "CreateProcess: test -f /tmp/test.log error=2"
Here's the code, not sure what's wrong here.
Did sort of like a similar thing:
I am using string comparison to get rid of duplications, using a for loop to
iterate through the list of JAR files and in each iteration I store the name of
the JAR file in a temporary variable and than do a comparison of the current
property with the temporary
I have an xml file which lists JAR file names in it with space specified as a
delimiter. There are duplications of JAR files name in the file and I was
wondering if there is a way to some how get ride of the duplication, to get a
file which has a unique set of JAR file names?
Example of file
ers List
Subject: Re: Issue sending mail with ANT 1.8 when encoding set to "Plain"
Hello Rao,
I confirm the problem with the following snippet
Would you mind entering a bug report in bugzilla ?
Regards,
Antoine
Rao Chaudhri wrote:
> Hi,
>
>
>
> I am usi
Hi,
I am using ANT build files to do build and deploy for J2EE applications. We
recently upgraded ANT from 1.5 to 1.8.
ANT 1.8 complains while sending e-mail when encoding is set to "Plain",
however, it works fine if encoding is set to "MIME" or "AUTO".
I want to use encoding "Plain" bec