RE: [solved] Re: Running .app on Mac OSX

2007-06-13 Thread RADEMAKERS Tanguy
happy to help! Regs, /t >-Original Message- >From: Paul Barnes-Hoggett [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 12, 2007 9:25 PM >To: Ant Users List >Subject: [solved] Re: Running .app on Mac OSX > >Hi there, > your solution worked great, thanks! I ac

[solved] Re: Running .app on Mac OSX

2007-06-12 Thread Paul Barnes-Hoggett
using the "waitfor" task with a > nested "available" check on the output file. > > Regs, > /t > > >> -Original Message- >> From: Paul Barnes-Hoggett [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, June 12, 2007 6:16 PM >> To: user

Re: Running .app on Mac OSX (a bit O/T)

2007-06-12 Thread Martin Gainty
t" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 12, 2007 12:15 PM Subject: Running .app on Mac OSX Hi all, I have an ant script that's been working on Win XP, and I'm trying to get it working on a Mac. Basically, I want to run an app (its a swf player) that writes contents out to

Re: Running .app on Mac OSX

2007-06-12 Thread David Weintraub
This may or may not work: The *.app file is really a directory and not a single file. Sometimes, I find the actual application that I can execute from the command line inside the *.app directory. This even includes a few GUI applications -- especially those that are Unix based. Use the Terminal

RE: Running .app on Mac OSX

2007-06-12 Thread Anderson, Rob (Global Trade)
e- > From: Paul Barnes-Hoggett [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 12, 2007 9:16 AM > To: user@ant.apache.org > Subject: Running .app on Mac OSX > > Hi all, > I have an ant script that's been working on Win XP, and I'm > trying to get it working

RE: Running .app on Mac OSX

2007-06-12 Thread RADEMAKERS Tanguy
To: user@ant.apache.org >Subject: Running .app on Mac OSX > >Hi all, > I have an ant script that's been working on Win XP, and I'm >trying to get >it working on a Mac. > >Basically, I want to run an app (its a swf player) that writes >contents out >to a file,

Running .app on Mac OSX

2007-06-12 Thread Paul Barnes-Hoggett
Hi all, I have an ant script that's been working on Win XP, and I'm trying to get it working on a Mac. Basically, I want to run an app (its a swf player) that writes contents out to a file, then closes. Ant waits till the process has finished, then reads the file. So, on Win XP, this works: