Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
Yeah, I was using the scp task before. It started crashing every single week for no apparent reason. If you run it a second time with the exact same code it works. So here I am... On Apr 14, 2010, at 4:32 PM, Antoine Levy Lambert wrote: Eric Fetzer wrote: It's actually much easier to use

Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Antoine Levy Lambert
Eric Fetzer wrote: It's actually much easier to use CYGWIN from Ant than stated in the documentation with the task. Here is an example of using Ant to run a shell script via CYGWIN (be sure the shell script is formatted for unix):

RE: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Martin Gainty
ngswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Wed, 14 Apr 2010 11:34:12 -0700 > From: elstonk...@yahoo.com > Subject: Re: Calling CYGWIN from ANT via EXEC > To: user@ant.apache.org > > Thanks Marti

Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
ne rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Date: Wed, 14 Apr 2010 08:26:50 -0700 From: elstonk...@yahoo.com Subject: Calling CYGWIN from ANT via EXEC To: user@ant.apache.org It's actually much

RE: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Martin Gainty
ls koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Wed, 14 Apr 2010 08:26:50 -0700 > From: elstonk...@yahoo.com > Subject: Calling CYGWIN from ANT via EXEC > To: user@ant.apache.org > > It's actually much easier to use CYGWIN from Ant than stated in the

Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
I figured out the space issue, you can single quote the args successfully. On Apr 14, 2010, at 9:26 AM, Eric Fetzer wrote: It's actually much easier to use CYGWIN from Ant than stated in the documentation with the task. Here is an example of using Ant to run a shell script via CYGWIN (be s

Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
It's actually much easier to use CYGWIN from Ant than stated in the documentation with the task.  Here is an example of using Ant to run a shell script via CYGWIN (be sure the shell script is formatted for unix):