So one area where I am definitely weak is my build processes, and with growing complexity it's a little out of control. This is all in IntelliJ Our main product is composed of 6 library modules and 3 flash modules (web version, desktop, version, tablet version). Each output version uses a different FlexSDK, and there are additional builds on the tablet version with various configuration changes to publish to android/iOS targets.
I know there are things like ant, maven, grunt that supposedly are good a this, but for the life of me I have never found a good tutorial on setting these things up easily. Can someone recommend me an approach that will be as painless as possible to setup? ~ JT
