Does anybody know if there is a way to record a macro in FlexBuilder for a sequence of tasks?
My Flex project has a Java backend and I use an Ant script to build everything and deploy it to Tomcat. I regularly have to stop my Tomcat server, right click on my Ant build file and build it, then restart the Tomcat server. This is a tedious process to do repeatedly throughout the day - just wondering if anyone else has a similar scenario and if they have found a way to do this all in 1 step. It would be great to just push a button, and have those 3 steps execute.

