I'm interested in breaking free of IDEs with my ActionScript development. It seems that using Ant with mxmlc is the preferred way of doing this; however, I've never used Ant or the compiler directly before.
Information of note that may or may not be important to know:
- I develop primarily on a Mac
- I author my files in vi
- Projects are versioned with git
- I use swcs for visual assets
Is there a good resources for learning Ant in this regard? Also, are there any suggestions or pitfalls I should be aware of as I begin?