Tim Walling

Updated Ant build files

I made some quick changes based on comments from James. This updated file only has one build file and using the gui in eclipse you can set the targets for the build so you can decide if you want to do a simple precompile using swfmill or full compile using swfmill and mtasc. In case you haven't used Ant much in eclipse here are some screenshots:

Right click on the build.xml, but instead of click on Ant Build, click on Ant Build...
build menu

There are lots of options here, but the only thing we're interested in here is the Targets tab.
build menu

Just check off the tasks you'd like to do. The clean task removes the target swf you define before the compiling occurs to make sure its a clean build. Note the order of the targets here. You can re-order them if you don't click on them in order. You want clean, precompile, compile otherwise it won't work correctly.

The updated zip file is here.