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