Create Flex charts with ant task
1 answer
See http://livedocs.adobe.com/flex/3/html/help.html?content=configuring_environment_2.html#212596 . It has several options, but it is not clear to the ant task.
However, I tried this in ant with the latest flex version and it worked (flex 3.X):
<mxmlc ...>
...
<license product="flexbuilder3" serial-number="000000000000"/>
....
</mxmlc>
+2
source to share