Select to view content in your preferred language

Unable to resolve resource bundle - 47 errors

4712
16
09-24-2010 08:14 AM
EjayLai
Deactivated User
Just download the viewer 2.1 and start playing with it...change its extend to our area. Then I noticed some errors being reported. See attached for details. I have no idea what's going on there. Thanks for your helping hand.

(Sorry it's my bad. I forgot that an addtional arguments has been added to the compiler. Having removed that, it solves the issues.) Please delete this post if you can. It doesn't allow me to do so.
Tags (2)
0 Kudos
16 Replies
RobertScheitlin__GISP
MVP Emeritus
Daniel,

   Don't worry the errors will come back as soon as you switch to design view...
0 Kudos
HugoMaurício
Deactivated User
Hi.

Finally solved the problem. Here's how.

In the Project Properties Window - > Flex Compiler Tab -> Addicional compiler arguments: Changed from "-locale=en_US ..." to "-locale en_US...". So, I removed the equals character.

The full arguments line is

"-locale en_US -source-path=locale/{locale} -keep-all-type-selectors=true"

Hugo Maurício
0 Kudos
TammyBearly
Deactivated User
That worked!  Now I can use Design mode.

Thanks!
0 Kudos
KomanDiabate
Deactivated User
Hugo,
Thank you so much for providing an answer to this problem, it really works wonderfully.

Koman Diabate
0 Kudos
by Anonymous User
Not applicable
I am having this same issue with both the 3.2 and 3.3 API.  Here is my compiler argument: "-locale en_US".

I have tried using this argument: "-locale en_US -source-path=locale/{locale} -keep-all-type-selectors=true" and still have the same issue.

Any ideas?
0 Kudos
BjornSvensson
Esri Regular Contributor
Jeremy,
How are you compiling - using commandline, ant or an IDE?
If IDE, which version of Flash Builder (or other IDE) are you using?
Which version of the Adobe/Apache Flex SDK are you using?
Are you seeing these errors when using Design View only, or when do they happen?
0 Kudos
by Anonymous User
Not applicable
Jeremy,
How are you compiling - using commandline, ant or an IDE?
If IDE, which version of Flash Builder (or other IDE) are you using?
Which version of the Adobe/Apache Flex SDK are you using?
Are you seeing these errors when using Design View only, or when do they happen?


I am using Flash Builder 4.6 to compile my project.  I am using the Adobe 4.6.0 SDK, I see the errors in both design view and once compiling is complete.
0 Kudos