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

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: > Can I use a path other than "C:\..." so that in case the Cygwin > installation is elsewhere the bash executable is f

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: > > > > > > > > > Any ideas? Try Note quotes make entire command line a single parameter to '-c'. cheers, DaveK -- Can'

Running Cygwin bash from Ant script

2007-11-14 Thread Nicolai Kamenzky
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 bash. My Ant target looked like this: