Re: Running Cygwin bash from Ant script

2007-11-22 Thread Igor Peshansky
On Wed, 14 Nov 2007, Nicolai Kamenzky wrote: Hi folks! In my Ant script I have a target which should 1. Start the Cygwin bash, 2. Change the current directory, and 3. Execute a command. I have done this previously using the windows console, but now I want to do the same with the Cygwin

RE: Running Cygwin bash from Ant script

2007-11-14 Thread Dave Korn
On 14 November 2007 10:10, Nicolai Kamenzky wrote: I tried this, but it didn't work: project name=xyz basedir=. target name=build exec dir=. executable=C:\Program Files\cygwin\bin\bash arg line= --login -i -c cd /cygdrive/c/

RE: Running Cygwin bash from Ant script

2007-11-14 Thread Dave Korn
On 14 November 2007 15:36, Nicolai Kamenzky wrote: Thanks Dave, that made it! Another question: http://cygwin.com/acronyms/#PPIOSPE. List Cc'd back in. In the line: exec dir=. executable=C:\Program Files\cygwin\bin \bash Can I use a path other than C:\... so that in case the Cygwin