Friday, June 4, 2010

mxmlc Ant Task

It was a pain trying to understand how to use mxmlc ant task. Is it just me or any one else has experienced this??
Any way here are some things i came to know about mxmlc ant task.
  • This ant task can compile only one mxml as a time.
  • All the options of mxmlc are not properly implemented in mxmlc ant task.
  • Have to refer property files in source-path tag in the ant task.
  • Multiple compiler-theme options can be used.
I will soon update this blog with my research on how to compile more than one mxml files in a single ant build.

No comments:

Post a Comment