MTASC Build v1 - A Python Build System for MTASC
DIGG IT!
1
Comments
Published
Sunday, May 08, 2005
at
12:34 PM
.
It is important to make compilation a consistent, repetitive, and 'brainless' process via automation. I built this Python script for MTASC to compile projects in a consistent and cross platform manner.&
1. Download MTASCBUILD001.zip
2. Make sure you have Python installed.
3. Run build.py
The script compiles an AS class to SWF and launches the SWF for testing. If the build results in an error, the errors will be output to the console.
This script is very easy to modify and port to OSX or Linux. All paths are cross platform using Pythons's 'os' library and all you need to change is the path to MTASC and the specifics of your class.
To make this simple, I included the latest build of MTASC for windows in the ZIP. If you have Python installed, simply run build.py and the compiled SWF will appear.
Hope this helps you get started using MTASC. Automation makes the world go round! ;)
Cheers,
ted ;)

What do you used to edit your AS files with? I've been using EditPlus for some time, and have been playing around with Eclipse a bit.