I have tried the following now:

            <!-- From the build file -->
            <exec executable="open">
                <arg value="${flashIDE}"/>
                <arg value="test.swf"/>
            </exec>

The result is as follows:

Complete build sequence is [Copy_Config, Compile_With_FlashIDE, prepare, 
Preview, compile, ]
Copy_Config:
Compile_With_FlashIDE:
     [exec] Current OS is Mac OS X
     [exec] Executing 'open' with arguments:
     [exec] '/Applications/Macromedia Flash 8/Flash 8.app/ '
     [exec] 'test.swf'
     [exec]
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
Execute:Java13CommandLauncher: Executing 'open' with arguments:
'/Applications/Macromedia Flash 8/Flash 8.app/ '
'test.swf'

The ' characters around the executable and arguments are
not part of the command.
     [exec] 2006-06-26 16:09:25.341 open[2321] No such file: 
/Applications/Macromedia Flash 8/Flash 8.app/
     [exec] Result: 1
BUILD SUCCESSFUL
Total time: 2 seconds

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to