Compile .FLA files using maven
I am using flexmojos to build my flex projects. I also have a flash project containing .fla files which needs to compiled into swf
Does anyone have any ideas on how to do that?
One solution I thought was to use a command line script to do it and force maven to call the script. Something like this
Any other ideas?开发者_运维百科
It looks like Maven is similair to Ant; if so, check this out:
http://code.google.com/p/flashanttasks/
http://blog.jodybrewster.net/2009/04/26/flashanttasks-compiling-flash-movies-with-ant/
精彩评论