as3 bundle requirements AKA readme
Some requirements to get the Textmate bundle working as it should.
Can't do without :
Textmate
Obvious ;-)
http://macromates.com/
The flex SDK
The actionscript and flex compiler.
Download and install from :
http://www.adobe.com/products/flex/sdk/
Optional :
if you want to compile through a ant-build file you need the following :
Ant
Apache Ant is a Java-based build tool.
http://ant.apache.org/
Before installing, open terminal :
$ ant -version
Apache Ant version 1.6.5 compiled on September 12 2006
If you see a message like above, everything is ok !
Otherwise install ant.
If you install the apple developer-tools ant will be installed.
Flex Ant Tasks
The Flex Ant tasks provide a convenient way to build your Flex projects using an industry-standard build management tool.
You can find the download and install instructions on the following page :
http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks
( the path will problably be : /Developer/Java/Ant/lib )
