its Simon Wackers ant task,

you can grab it from here :

http://www.simonwacker.com/uploads/ant/swf_ant_tasks.zip

and read about it on the osflash page.

http://osflash.org/ant

its really good, theres also a swfmill task and a Swf task which combines both swfmill and mtasc.

really good stuff :)

martin


Jim Kremens wrote:
Hey Martin,

I like the syntax of your mtasc compile task better than mine.  I'm
calling mtasc as you might call any other program, like so:.

        <target name="compile">
                <echo>${class}</echo>
                <exec executable="${mtasc}" failonerror="true">
                        <arg value="${class_package}${class}.as" />
                        <arg line='-cp "${macromedia_classes}" -cp "${source}"' 
/>
                        <arg line='-swf "${source}/base.swf"' />
                        <arg line='-out "${deploy}/${class}.swf"' />
                        <arg line='-main -group' />
                </exec>
        </target>

What libraries are you using that enable you to do this differently?

Jim Kremens

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


--
want to know what i think? probably not

http://relivethefuture.com/choronzon

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

Reply via email to