Create Flex charts with ant task

Using a Flex ant task to generate the results of our application in the "Flex Data Visualization Trial" watermark is displayed in our graphs.

We have professional licenses for Flex builder, but they don't know how to report it to ant.

Any help would be awesome.

+1


source to share


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







All Articles