You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rafael Pérez (JIRA)" <de...@myfaces.apache.org> on 2010/02/24 11:34:27 UTC

[jira] Created: (TRINIDAD-1737) LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
----------------------------------------------------------------------

                 Key: TRINIDAD-1737
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1737
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.0.12-core
            Reporter: Rafael Pérez
            Priority: Critical


Locale*.js files are not getting filled properly for any locale. For example, the file at http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en

Looks in 1.0.12 as:

var LocaleSymbols_en = new LocaleSymbols({

});

TrMessageFactory._TRANSLATIONS={
'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',

...
}


And it should be (as in 1.0.11):

var LocaleSymbols_en = new LocaleSymbols({
MonthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""], 

MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""], 

DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], 

DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
AmPmMarkers:["AM", "PM"], 

Eras:["BC", "AD"], 
DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"], 

DateTimeElements:["1", "1"], 
NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", "\ufffd"], 

CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
});


TrMessageFactory._TRANSLATIONS={
'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
...
}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1737) LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907244#action_12907244 ] 

Matthias Weßendorf commented on TRINIDAD-1737:
----------------------------------------------

problem is that iw was build w/ Java6

re-running a release now...

> LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
> ----------------------------------------------------------------------
>
>                 Key: TRINIDAD-1737
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1737
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.12-core
>            Reporter: Rafael Pérez
>            Priority: Critical
>
> Locale*.js files are not getting filled properly for any locale. For example, the file at http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en
> Looks in 1.0.12 as:
> var LocaleSymbols_en = new LocaleSymbols({
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }
> And it should be (as in 1.0.11):
> var LocaleSymbols_en = new LocaleSymbols({
> MonthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""], 
> MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""], 
> DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], 
> DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
> AmPmMarkers:["AM", "PM"], 
> Eras:["BC", "AD"], 
> DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"], 
> DateTimeElements:["1", "1"], 
> NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", "\ufffd"], 
> CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-1737) LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1737.
------------------------------------------

         Assignee: Matthias Weßendorf
    Fix Version/s: 1.0.13-core 
       Resolution: Fixed

> LocaleSymbols* at LocaleElements*.js files are empty in 1.0.12 release
> ----------------------------------------------------------------------
>
>                 Key: TRINIDAD-1737
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1737
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.0.12-core
>            Reporter: Rafael Pérez
>            Assignee: Matthias Weßendorf
>            Priority: Critical
>             Fix For: 1.0.13-core 
>
>
> Locale*.js files are not getting filled properly for any locale. For example, the file at http://localhost:8080/trinidad-demo/adf/jsLibs/resources/LocaleElements_en1_0_11.js?loc=en
> Looks in 1.0.12 as:
> var LocaleSymbols_en = new LocaleSymbols({
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }
> And it should be (as in 1.0.11):
> var LocaleSymbols_en = new LocaleSymbols({
> MonthNames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", ""], 
> MonthAbbreviations:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", ""], 
> DayNames:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], 
> DayAbbreviations:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 
> AmPmMarkers:["AM", "PM"], 
> Eras:["BC", "AD"], 
> DateTimePatterns:["h:mm:ss a z", "h:mm:ss a z", "h:mm:ss a", "h:mm a", "EEEE, MMMM d, yyyy", "MMMM d, yyyy", "MMM d, yyyy", "M/d/yy", "{1} {0}"], 
> DateTimeElements:["1", "1"], 
> NumberElements:[".", ",", ";", "%", "0", "#", "-", "E", "\u2030", "\u221e", "\ufffd"], 
> CurrencyElements:["\xa4", "XXX", "\xa4", "", "-\xa4", ""]
> });
> TrMessageFactory._TRANSLATIONS={
> 'org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail':'The number must be between {2} and {3}.',
> ...
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.