You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Dasa Paddock <dp...@esri.com> on 2013/03/07 23:42:41 UTC

Re: Apache Flex 4.9 RC 2

This commit appears to have a typo since the output is mx_rb.swc instead of textLayout_rb.swc:

See:
https://github.com/apache/flex-sdk/blob/develop/frameworks/build_framework.xml#L887

--Dasa

On Dec 14, 2012, at 7:14 AM, Carol Frampton <cf...@adobe.com> wrote:

> Fix this.
> 
> Author: cframpton
> Date: Fri Dec 14 15:04:19 2012
> New Revision: 1421915
> 
> URL: http://svn.apache.org/viewvc?rev=1421915&view=rev
> Log:
> Add target to build textLayout_rb.swc.
> 
> Modified:
>    incubator/flex/sdk/branches/release4.9/frameworks/build_framework.xml
> 
> 
> 
> 
> On 12/14/12 9 :48AM, "Carol Frampton" <cf...@adobe.com> wrote:
> 
>> Another issue for the RC2 list is the the frameworks/build.xml file in the
>> binary kit does not build cleanly.  This file is build_framework.xml in
>> the tree.
>> 
>> spark_rb:
>>    [echo] Compiling frameworks/locale/en_US/spark_rb.swc
>>   [compc] Loading configuration file
>> /Users/cframpto/Downloads/apache-flex-sdk-4.9.0-incubating-bin/frameworks/
>> f
>> lex-config.xml
>>   [compc] Error: could not find source for resource bundle textLayout.
>>   [compc] 
>> 
>> BUILD FAILED
>> /Users/cframpto/Downloads/apache-flex-sdk-4.9.0-incubating-bin/frameworks/
>> b
>> uild.xml:805: compc task failed.
>> 
> 
> 


Re: Apache Flex 4.9 RC 2

Posted by Dasa Paddock <dp...@esri.com>.
Maybe there's no textLayout_rb.swc inside pt_PT because this line is commented out:
https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/textLayout/build.xml#L139

--Dasa

On Mar 7, 2013, at 7:31 PM, Dasa Paddock <dp...@esri.com> wrote:

> I get an error though when I try to compile with -locale=pt_PT using SDK 4.9.1 and I see that there is no textLayout_rb.swc in frameworks/locale/pt_PT.
> 
> Error:
> Unable to resolve resource bundle "textLayout" for locale "pt_PT".
> 
> Test App:
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
> 			   xmlns:s="library://ns.adobe.com/flex/spark">
>    <s:TextArea/>
> </s:Application>
> 
> --Dasa
> 
> -----Original Message-----
> From: Justin Mclean [mailto:justinmclean@gmail.com] On Behalf Of Justin Mclean
> Sent: Thursday, March 7, 2013 3:12 PM
> To: dev@flex.apache.org
> Subject: Re: Apache Flex 4.9 RC 2
> 
> HI,
> 
>> This commit appears to have a typo since the output is mx_rb.swc instead of textLayout_rb.swc:
>> 
>> See:
>> https://github.com/apache/flex-sdk/blob/develop/frameworks/build_framework.xml#L887
> 
> Yep looks like a typo and thanks for pointing it out. I don't think it would cause any issues as the build.xml file is used in the build process. As far as I'm aware the build_framework.xml file is just there for historical reasons.
> 
> Thanks,
> Justin
> 


RE: Apache Flex 4.9 RC 2

Posted by Dasa Paddock <dp...@esri.com>.
I get an error though when I try to compile with -locale=pt_PT using SDK 4.9.1 and I see that there is no textLayout_rb.swc in frameworks/locale/pt_PT.

Error:
Unable to resolve resource bundle "textLayout" for locale "pt_PT".

Test App:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
			   xmlns:s="library://ns.adobe.com/flex/spark">
    <s:TextArea/>
</s:Application>

--Dasa

-----Original Message-----
From: Justin Mclean [mailto:justinmclean@gmail.com] On Behalf Of Justin Mclean
Sent: Thursday, March 7, 2013 3:12 PM
To: dev@flex.apache.org
Subject: Re: Apache Flex 4.9 RC 2

HI,

> This commit appears to have a typo since the output is mx_rb.swc instead of textLayout_rb.swc:
> 
> See:
> https://github.com/apache/flex-sdk/blob/develop/frameworks/build_framework.xml#L887

Yep looks like a typo and thanks for pointing it out. I don't think it would cause any issues as the build.xml file is used in the build process. As far as I'm aware the build_framework.xml file is just there for historical reasons.

Thanks,
Justin

Re: Apache Flex 4.9 RC 2

Posted by Justin Mclean <ju...@classsoftware.com>.
HI,

> This commit appears to have a typo since the output is mx_rb.swc instead of textLayout_rb.swc:
> 
> See:
> https://github.com/apache/flex-sdk/blob/develop/frameworks/build_framework.xml#L887

Yep looks like a typo and thanks for pointing it out. I don't think it would cause any issues as the build.xml file is used in the build process. As far as I'm aware the build_framework.xml file is just there for historical reasons.

Thanks,
Justin

Re: Apache Flex 4.9 RC 2

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> This commit appears to have a typo since the output is mx_rb.swc instead of textLayout_rb.swc:
The change an another issue with that build have have been fixed in the develop branch.

Thanks,
Justin