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

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

2007-06-12 Thread Martin Gainty
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

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)
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

RE: Running .app on Mac OSX

2007-06-12 Thread RADEMAKERS Tanguy
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: