Compiling mxml files with ant and flex sdk

后端 未结 4 1664
北恋
北恋 2020-12-10 07:10

I am just getting started with flex and am using the SDK (not Flex Builder). I was wondering what\'s the best way to compile a mxml file from an ant build script.

4条回答
  •  囚心锁ツ
    2020-12-10 07:30

    If you're open to Maven, try the flex-compiler-mojo plugin:

    http://code.google.com/p/flex-mojos/

    Christiaan

提交回复
热议问题