If it's on the same machine your Ant script should pick up the
license.properties that flex Builder created.  

 

*       Windows: %ALLUSERSPROFILE%\Application
Data\Adobe\Flex\license.properties 
*       Mac: /Library/Application Support/Adobe/Flex/license.properties 
*       Linux: ~/.adobe/Flex/license.properties 

 

If you want it to be associated with the SDK you can put it in
flex-config.xml

 

<flex-config>

 

   <licenses>

     <license>

       <product>flexbuilder3</product>

       <serial-number>XXXX</serial-number>

     </license>

   </licenses>

 

                <compiler>

                ...

                </compiler>

 

                .. etc. ...

 

</flex-config>

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Melby
Sent: Monday, January 28, 2008 11:43 AM
To: [email protected]
Subject: [flexcoders] Flex 3 SDK license.properties question

 

Sorry if I am missing something obvious here... but, when I expand the 
latest flex3 sdk I don't see a frameworks/license.properties file. So, 
I am wondering where I am supposed to plug my license information. When 
I build in Flex Builder 3 GUI I don't get watermark on my 
AdvancedDataGrid. But, I prefer to build using ANT so I can do 
controlled builds etc. So, I need the SDK to do the same thing. I 
tried creating the file using the old license.properties format, but it 
seems to not get picked up.

Any help is appreciated.

Thanks
Scott

-- 
Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com

 

Reply via email to