Hi there,

I have try to use Flasm 1.6 for osX in a build.xml in Eclipse3.1 (FDT  
1.6.7)

build.xml :
<property name="mainSWF" value="${projectPath}/deploy/deploy.swf"/>
<property name="mainFLM" value="${projectPath}/deploy/deploy.flm"/>

<exec executable="${FLASMPath}">
                <arg line='-d "${mainSWF}" > "${mainFLM}"'/>
</exec>
<exec executable="${FLASMPath}">
                <arg line='-a "${mainFLM}"'/>
</exec>
<exec executable="${FLASMPath}">
                <arg line='-u "${mainSWF}"'/>
</exec>

Console :
[exec] Couldn't open input file /deploy/deploy.swf > /deploy/ 
deploy.flm for reading
[exec] Result: 1
[exec] Couldn't open input file /deploy/deploy.flm for reading
[exec] Result: 1
[exec] /deploy/deploy.swf successfully updated, 22093 bytes

As one can see it in the console :
if one makes -d /deploy/deploy.swf > /deploy/deploy.flm, Flasm do not  
read deploy.swf

two lines below it read it. -u /deploy/deploy.swf

These same command run in the Terminal osX function.

an idea?

thx,
ali_o_kan

http://www.osflash.org/flasm
http://ant.apache.org/
http://www.eclipse.org/
http://fdt.powerflasher.com/

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

Reply via email to