You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Okomin (JIRA)" <ji...@apache.org> on 2006/08/29 12:14:24 UTC

[jira] Created: (HARMONY-1314) [classlib][internationalization]Internationalization of the nio module

[classlib][internationalization]Internationalization of the nio module
----------------------------------------------------------------------

                 Key: HARMONY-1314
                 URL: http://issues.apache.org/jira/browse/HARMONY-1314
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Ilya Okomin
            Priority: Trivial


[nio] module should be internationalized with the scheme suggested in HARMONY-1308 issue [1].

[1] http://issues.apache.org/jira/browse/HARMONY-1308

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1314) [classlib][internationalization]Internationalization of the nio module

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1314?page=all ]

Paulex Yang reassigned HARMONY-1314:
------------------------------------

    Assignee: Paulex Yang

> [classlib][internationalization]Internationalization of the nio module
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1314
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1314
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: nio.diff, nio_update.diff
>
>
> [nio] module should be internationalized with the scheme suggested in HARMONY-1308 issue [1].
> [1] http://issues.apache.org/jira/browse/HARMONY-1308

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1314) [classlib][internationalization]Internationalization of the nio module

Posted by "Ilya Okomin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1314?page=all ]

Ilya Okomin updated HARMONY-1314:
---------------------------------

    Attachment: nio.diff

Please try this patch.
Some classes used o.a.h.luni.util.Msg class to get formatted messages, all these messages were replaced with o.a.h.regex.internal.nls.Messages.getString(..) calls.

> [classlib][internationalization]Internationalization of the nio module
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1314
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1314
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>            Priority: Trivial
>         Attachments: nio.diff
>
>
> [nio] module should be internationalized with the scheme suggested in HARMONY-1308 issue [1].
> [1] http://issues.apache.org/jira/browse/HARMONY-1308

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1314) [classlib][internationalization]Internationalization of the nio module

Posted by "Ilya Okomin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1314?page=comments#action_12436801 ] 
            
Ilya Okomin commented on HARMONY-1314:
--------------------------------------

Paulex, thanks for applying my patch!
Issue is fixed as expected.

> [classlib][internationalization]Internationalization of the nio module
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1314
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1314
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: nio.diff, nio_update.diff
>
>
> [nio] module should be internationalized with the scheme suggested in HARMONY-1308 issue [1].
> [1] http://issues.apache.org/jira/browse/HARMONY-1308

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1314) [classlib][internationalization]Internationalization of the nio module

Posted by "Ilya Okomin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1314?page=all ]

Ilya Okomin updated HARMONY-1314:
---------------------------------

    Attachment: nio_update.diff

Latest patch also internationalizes messages that were marked with non-nls tag (IMHO by mistake) in previous commits.

> [classlib][internationalization]Internationalization of the nio module
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1314
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1314
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>            Priority: Trivial
>         Attachments: nio.diff, nio_update.diff
>
>
> [nio] module should be internationalized with the scheme suggested in HARMONY-1308 issue [1].
> [1] http://issues.apache.org/jira/browse/HARMONY-1308

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-1314) [classlib][internationalization]Internationalization of the nio module

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1314?page=all ]

Paulex Yang resolved HARMONY-1314.
----------------------------------

    Resolution: Fixed

Ilya, patch applied at revision r447855, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][internationalization]Internationalization of the nio module
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1314
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1314
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: nio.diff, nio_update.diff
>
>
> [nio] module should be internationalized with the scheme suggested in HARMONY-1308 issue [1].
> [1] http://issues.apache.org/jira/browse/HARMONY-1308

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1314) [classlib][internationalization]Internationalization of the nio module

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1314?page=all ]

Paulex Yang closed HARMONY-1314.
--------------------------------


Verified by Ilya.

> [classlib][internationalization]Internationalization of the nio module
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1314
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1314
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Ilya Okomin
>         Assigned To: Paulex Yang
>            Priority: Trivial
>         Attachments: nio.diff, nio_update.diff
>
>
> [nio] module should be internationalized with the scheme suggested in HARMONY-1308 issue [1].
> [1] http://issues.apache.org/jira/browse/HARMONY-1308

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira