Hi Martin, It seems awesome. However, having downloaded the files, I'm unable to find any instruction as to where to install them. And the as2lib readme provides the following link, which is dead: http://plone.as2lib.org/documentation.
So where should I put the files in the 'src' folder that comes with Simon Wackers Ant tasks? Jim Kremens On 9/14/05, Martin Wood <[EMAIL PROTECTED]> wrote: > 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 > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
