Let me give the answer to my own question in case someone bump into
this issue as well:

The syntax for adding license information into the ant task is:

<mxmlc ...>

   ...
   <license product="flexbuilder3" 
   serial-number="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"/>
   ...

</mxmlc>

Thanks.

B.

--- In flexcoders@yahoogroups.com, "baztheman" <[EMAIL PROTECTED]> wrote:
>
> Sorry, let me re-phase my questions: How do i know there is a xml tag
> for <compiler.include>, and how do i know there is one called
> <compiler.library-path>??? So i can try to put something like
> <compiler.license> ?!
> 
> I do not understand how to map the contents of the help document to
> the actual Ant code. For example, how can i express the followings in
> Ant configuration file?
> 
> mxmlc -license=flexbuilder3,00000000000000000000 MyApp.mxml
> 
> Or
> 
> <flex-config>
>     <licenses>
>         <license>
>             <product>flexbuilder3</product>
>             <serial-number>0000-0000-0000-0000-0000-0000</serial-number>
>         </license>
>     </licenses>
>     ...
> </flex-config>
>


Reply via email to