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:
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?
OK I don't know exactly what kind of answer you expect but I will give it a shot.
Conditionally including Flex libraries (SWCs) in mxmlc/compc ant tasks
The ant manual, and always try to remember that ant is not a programming language, and should not be treated as such. Good luck with your task!