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
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
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
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
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
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,
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: