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
Hi there,
your solution worked great, thanks! I actually needed to add a little extra
into it so that I waited until the right content had been written into the
file:
Good Afternoon Paul
Trying to get this same scenario working in Flex ActionScript but can't get
any information from Adobe on how to configure ActionScript in Apache
httpd.conf
M--
This email message and any files transmitted with it contain confidential
information intended only for the perso
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
The open command may background the app. I would look at the command
line options for "open" to see if you can run the app in the foreground.
You could also look inside the application directory for the executable
and run that instead of open.
-Rob Anderson
> -Original Message-
> From: Pa
Hello Paul,
You should be able to get around this by 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@ant.apache.org
>Subject: