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 <dpadd...@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:justinmcl...@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 >