Following on from my work with the Apache, ActionScript, ActionScript 3 and Flex TextMate Bundles, comes a bundle for the Ant build system. It is available for checkout here which I’d recommend for the most up to date version, or download as a zip here.
Ant Bundle 
Alfresco Dev Survivors Kit | eshea.net Says:
January 30th, 2009 at 4:48 pm
[...] found that TextMate (OSX only) is a pretty light alternative to Eclipse (I run both). I use the Ant Bundle and the Subversion Bundle to manage the [...]
Jochen Says:
September 2nd, 2009 at 8:47 am
Hi Simon,
First of all thanks for the great work on the Bundle. I’m trying to run Ant 1.7.1, but when I compile using the Bundle I always get the error: Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher
(http://ant.apache.org/faq.html#NoClassDefFoundError)
I installed Ant on my Mac:
$ ant -version Apache Ant version 1.7.1 compiled on June 27 2008
Using the command line to compile works fine.
Do you have any suggestions for me?
Greetings Jochen
Actionscript editor choices | dezza's blog Says:
August 15th, 2010 at 8:40 am
[...] TextMate is flexible. With a bit of help from some eager contributors from the TextMate community I had some really great additions to my workflow. You can publish swfs directly from the TextMate interface using the open source AS2 compiler MTASC (see this post) or Adobe’s free MXMLC compiler ( I haven’t managed to get it to work with the faster FCSH yet) along with integration with ANT build scripts for fast and easy multi-swf builds (see Simon Gregory’s blog for the AS3 bundle and the ANT bundle). [...]