Thanks to the following post:

 

http://www.mail-archive.com/flexcoders@yahoogroups.com/msg73202.html 

 

I managed to resolve it by changing my compiler options from:

 

-locale=en_GB -source-path=locale/{locale}

 

To:

 

-locale=en_GB,en_US -source-path=locale/{locale}

 

Thanks,

 

Mark

 

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Ingram
Sent: 20 November 2007 09:29
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable
to resolve resource bundle "collections" for locale...)

 

Anyone from Adobe got any info on this problem?

 

Mark

 

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Ingram
Sent: 19 November 2007 17:31
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable
to resolve resource bundle "collections" for locale...)

 

Hmm, I copied the following files:

 

Airframework_rb.swc

Automation_agent_rb.swc

Automation_rb.swc

Datavisualization_rb.swc

Framework_rb.swc

Rpc_rb.swc

 

Into the E:\Applications\Development\Adobe Flex Builder
3\sdks\3.0.0\frameworks\locale\en_GB directory (from the en_US
directory).

 

But it made no difference.

 

The bundles it can't find are:

 

Collections

Containers

Controls

Core

Effects

Formatters

Logging

Messaging

Rpc

SharedResources

Skins

Utils

 

(77 errors in total due to unresolved bundles)

 

Thanks,

 

Mark

 

 

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Melby
Sent: 19 November 2007 17:19
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Builder 3 Beta 2 Resource Error (unable
to resolve resource bundle "collections" for locale...)

 

Mark - 

I saw something similar with the AdvancedDataGrid after upgrading.  In
my case there was a separate .swc file for the resource bundle stuff
that needed to be added to the project (datavisualization_rb.swc)...  My
guess is that there is a similar solution for your issue.

hth
Scott

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



Mark Ingram wrote: 

Hi, I've just upgraded our production project to FB3 Beta2. I've had
several errors which I've fixed but now I'm having trouble with the
resources.

 

Unable to resolve resource bundle "collections" for locale "en_GB".

 

And many others like it. I've created a blank directory in the
frameworks folder to stop another error. How can I get FB3 to use
compile-time localisation - as it was in FB2??

 

Thanks,

 

Mark

 

P.S. I've noticed this reported on the bug list, but it's closed.
http://bugs.adobe.com/jira/browse/SDK-12507
<http://bugs.adobe.com/jira/browse/SDK-12507>  I think it needs
re-opening as it's causing a hinderance trying to upgrade an older
project.

 

 

 

 

Reply via email to