History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-9650
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: C C
Assignee: Gaurav Jain
Reporter: aglosban
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Flex SDK

{locale} token doesn't work for include-libraries in flex-config.xml

Created: 11/21/06 07:34 AM   Updated: 07/30/07 12:18 PM
Component/s: MXML Compiler
Security Level: Public (All JIRA Users )

Severity: Incorrectly Functioning with Workaround
Reproducibility: Every Time
Found in Version: SDK Moxie M3 (Beta 2)
Milestone: SDK Flex 3 (Released)
Affected OS(s): Windows - All Windows
Steps to Reproduce:
Reproduction:

1. In flex-config.xml add a new library to include-libraries that uses the locale token.

<include-libraries>
            <library>./locale/{locale}/framework_rb.swc</library>
</include-libraries>

2. Start the server.

Actual Results: Get the following error on the console at startup.

C:\fds2\jrun4\servers\default\samples\WEB-INF\flex\flex-config.xml(102): Error:
unable to open './locale/{locale}/framework_rb.swc'

Expected Results: Using {locale} for path elements in the library path works. Should be able to resolve the {locale} token in include-libraries too.

Workaround:
Language Found: English
Bugbase Id: 191941
Needs Release Note: No
Triaged: Yes
Regression: No
QA Owner: Brent Baker
Resolved by: Gordon Smith
Fixed Version: SDK Moxie M3 (Beta 2) - Next Build
Confirmed Version: SDK Moxie M3 (Beta 2) - 178131
Participants: aglosban, Gaurav Jain, Gordon Smith, JIRA Migration Admin and Lauren Park


 All   Comments      Sort Order:
JIRA Migration Admin - [05/12/07 05:15 PM ]
Milestone ID = 1612
Milestone = M3_Moxie
Build ID = 23794
Build = 154929 _GMC - GMC2_Flex2.0.1
Fix Build ID = null
Fix Build = null

JIRA Migration Admin - [05/12/07 05:15 PM ]
Move from BugDB issue number 191941

Lauren Park - [07/11/07 03:48 PM ]
M3 scrub - moving to RC.

Gordon Smith - [07/27/07 07:17 PM ]
Fixed with change 178012. Please test the include-libraries option without {locale}, and with {locale} in the 0-, 1-, and 2-locale cases.

Gaurav Jain - [07/30/07 12:18 PM ]
Confirmed Fixed.