Mtasc Hack: Copy Included Classes
Copy all ActionScript 2 classes used within a class to a directory. 2005-09-14
This is a quick hack to the hacked mtasc which allows you to copy over all classes used within a class to a new directory.
For Example:
mtasc -uber_copy_included_classes /path/to/destinationDir -cp /path/to/classpath MyClass.as
This can be useful for distributing code, as determining the dependencies used within a large actionscript project can be a tough task. It seems to work well, but this is strictly alpha stuff here. I've been an oCaml programmer for a whole two days now. It works for me, and I hope it will work for you, too!
Download oCaml file, instructions, and example ant usage.
|