Related Pages

Articles::Beyond the Valley of Flash - Part 1
Articles::Beyond the Valley of Flash - Part 2
Articles::Using Ant with Flash

Latest in Code

Incrementing Search and Replace

Iterate Over An Object In Actionscript 3

Generating Cairngorm code

Flex Compiler Shell Controller, jEdit and Error List

Instant Slideshow JSFL

More pages in Code...

 

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.

 
 

©2004 Chris Hill. All Rights Reserved.Legal Crapola