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

Reply via email to