How have you specified seria number in flex-config.xml? The <licenses> tag should be a child of the top-level <flex-config> tag. So for example: example follows.
<flex-config> <licenses> <license> <product>flexbuilder3</product> <serial-number>xxxx-xxx-xxxxx</serial-number> </license> </licenses> <compiler> ... </compiler> .. etc. ... </flex-config> Please confirm that this works fine on windows. Regards, Jyoti Kishnani On 4/21/08, none <[EMAIL PROTECTED]> wrote: > > If you read the entire thread *carefully*, the problem description is > different. > > I am trying to apply the license to Flex SDK3 on solaris which is not > working. > I have tried the following ways: > 1. Specifying license in $home/.adobe/Flex/license .properties > 2. Specifying license in flex-config.xml > 3. Specifying license via the mxmlc target of the ant file. > > Let me know if you have any other suggestion. > > > On Mon, Apr 21, 2008 at 2:15 PM, Srinivas Annam <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > > > I hope that you have upgraded to Flex Builder 3 Professional > > > > Edition and NOT the Flex Builder 3 Standard Edition. > > > > Unlike Flex Builder 3 Standard Edition, Flex Builder 3 > > > > Professional Edition comes along with license for Data Visualization > > Components (Charts, Advanced Data Grid & OLAP Grid). > > > > So, please make sure that you have FB3 Professional key and try > > the below format while compiling your application > > > > mxmlc.exe -licenses.license flexbuilder3 <FB3 Professional License> > > <MyApplication.mxml> > > > > Please let us know your findings. > > > > - Srinivas Annam > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, none > > <[EMAIL PROTECTED]> wrote: > > > > > > > > Tried this as well. Also added Flex2 license for charting but no > > luck. > > > Any other pointers ? > > > > > > > > On Fri, Apr 18, 2008 at 6:20 AM, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > > > > > Hmm, you can try applying your original flex builder 2 license > > with > > > > flexbuilder=xxxx. I believe "flexbuilder" is the right product > > id, but I > > > > don't have it installed at the moment to double-check :-) > > > > > > > > You can look at the license.properties in an old Flex Builder 2 > > > > installation in the associated SDK directory to see... > > > > > > > > Matt > > > > > > > > > > > > > > On 4/17/08 11:13 AM, "none" <[EMAIL PROTECTED] <eaiesb%40gmail.com>> > > wrote: > > > > > > > > Yes, I did try creating a .adobe directory under $home and > > creating a > > > > license.properties in it containing the following entry > > > > > > > > flexbuilder3=13774xxxxxxxxxxxxxxxxxxx > > > > > > > > But this didn't solve the problem. > > > > > > > > When I apply the same license of windows box using FlexBuilder3, > > it works > > > > however it asks for Flex Builder 2 license as well as its > > a "upgrade" > > > > license. > > > > > > > > Do i also need to specify Flex2 license somewhere ? > > > > > > > > On Thu, Apr 17, 2008 at 11:18 PM, Matt Chotin > > > > <[EMAIL PROTECTED]<mchotin%40adobe.com>> > > > > wrote: > > > > > > > > Did you try doing license.properties in $HOME/.adobe? I'd have to > > do some > > > > digging for us to find a Solaris box to test this on. > > > > > > > > Matt > > > > > > > > > > On 4/17/08 10:37 AM, "none" <[EMAIL PROTECTED] <eaiesb% > > 40gmail.com><mailto: > > > > eaiesb%40gmail.com <eaiesb%2540gmail.com>><mailto:eaiesb%<eaiesb%25> > > 40gmail.com<eaiesb%2540gmail.com>> > > > > > wrote: > > > > > > > > Hi All, > > > > > > > > I applied my FB3 "upgrade" license to flex-config.xml in Flex3 SDK > > > > installation on solaris box > > > > but the watermark still appears on the Data Visualization > > components. > > > > > > > > Is there a special way to apply FB3 upgrade license ? > > > > > > > > I have applied license to flex-config.xml in Flex3 SDK > > installation > > > > following the instructions specified on: > > > > > > > > http://livedocs.adobe.com/flex/3/html/help.html? > > content=configuring_environment_2.html > > > > > > http://weblogs.macromedia.com/lin/archives/2008/03/how_to_apply_ch.cfm > > > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > > > > >

