Re: flextasks anomalies

2007-06-13 Thread Paul Barnes-Hoggett
Hi Martin, it sounds like you need to get hold of the Flex SDK: http://www.adobe.com/products/flex/downloads/ Download this, and set FLEX_HOME to point to this folder and you should be good to go... Cheers PBH On 6/13/07 9:35 AM, "Martin Gainty" <[EMAIL PROTECTED]> wrote: > Good Morning Varu

[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

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: