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

Key: SDK-15368
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: B B
Assignee: Robert Vollmar
Reporter: Robert Vollmar
Votes: 0
Watchers: 1
Operations

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

The copylocale utility refers to a "src" directory, but that directory no longer exists.

Created: 04/23/08 02:46 PM   Updated: 04/28/08 07:51 PM
Component/s: i18n : Bundle Support
Security Level: Public (All JIRA Users )

Severity: Incorrectly Functioning with Workaround
Reproducibility: Every Time
Discoverability: High
Found in Version: SDK Gumbo Iteration 4
Milestone: SDK Gumbo Iteration 4
Affected OS(s): All OS Platforms
Steps to Reproduce:
Steps to reproduce:
1. Run flex_sdk_4/bin/copylocale en_US fr_FR.

Actual Results:
Error: Directory "./../frameworks/projects/airframework/bundles/en_US/src" does not exist
Error: Directory "./../frameworks/projects/framework/bundles/en_US/src" does not exist
Error: Directory "./../frameworks/projects/rpc/bundles/en_US/src" does not exist
 
Expected Results:
It should create the fr_FR locales.
 
Workaround (if any):
In each en_US directory, create a directory called "src" and copy the .properties files into there.
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: Yes
QA Owner: Robert Vollmar
Resolved by: Robert Vollmar
Participants: Lauren Park and Robert Vollmar


 All   Comments      Sort Order:
Robert Vollmar - [04/23/08 02:48 PM ]
Found in the gumbo-fp10 branch, 4.0.0.1335. It looks like the directory structure was rearranged and the copylocale utility was not updated to match. This prevents one of the build approval tests from being able to be run.

Lauren Park - [04/23/08 03:06 PM ]
Opened.

Robert Vollmar - [04/24/08 07:53 PM ]
Changelist 1406, checked into the gumbo branch. Merges should copy the fix to gumbo-fp10 and trunk.

Robert Vollmar - [04/28/08 07:51 PM - edited ]
Tested on Mac and Windows, for Flex, AIR, and RPC localized values in build 4.0.0.1434 (gumbo).