You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2006/03/31 16:25:38 UTC

[jira] Created: (HARMONY-284) Native build.xml should move NLS catalogs to jre/bin, not java-build.xml

Native build.xml should move NLS catalogs to jre/bin, not java-build.xml
------------------------------------------------------------------------

         Key: HARMONY-284
         URL: http://issues.apache.org/jira/browse/HARMONY-284
     Project: Harmony
        Type: Improvement
  Components: Classlib  
    Reporter: Oliver Deakin
    Priority: Minor


Currently, the set of NLS catalogs at depends/files/harmony*.properties is moved into deploy/jre/bin by make/build-java.xml. Since these files are actually used by native code (launcher, port and zip) it makes more logical sense for them to be moved by the natives build script (native-src/build.xml). I will attach a patch that transfers the moving and cleaning of these files from build-java.xml to native-src/build.xml.

-- 
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-284) Native build.xml should move NLS catalogs to jre/bin, not java-build.xml

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-284?page=all ]
     
Tim Ellison closed HARMONY-284:
-------------------------------


Verified by Oliver.


> Native build.xml should move NLS catalogs to jre/bin, not java-build.xml
> ------------------------------------------------------------------------
>
>          Key: HARMONY-284
>          URL: http://issues.apache.org/jira/browse/HARMONY-284
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nls.catalogs.diff
>
> Currently, the set of NLS catalogs at depends/files/harmony*.properties is moved into deploy/jre/bin by make/build-java.xml. Since these files are actually used by native code (launcher, port and zip) it makes more logical sense for them to be moved by the natives build script (native-src/build.xml). I will attach a patch that transfers the moving and cleaning of these files from build-java.xml to native-src/build.xml.

-- 
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-284) Native build.xml should move NLS catalogs to jre/bin, not java-build.xml

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-284?page=all ]
     
Tim Ellison resolved HARMONY-284:
---------------------------------

    Resolution: Fixed

Thanks Oliver,

That makes sense -- applied to make/ directory at repo revision 399278.


> Native build.xml should move NLS catalogs to jre/bin, not java-build.xml
> ------------------------------------------------------------------------
>
>          Key: HARMONY-284
>          URL: http://issues.apache.org/jira/browse/HARMONY-284
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nls.catalogs.diff
>
> Currently, the set of NLS catalogs at depends/files/harmony*.properties is moved into deploy/jre/bin by make/build-java.xml. Since these files are actually used by native code (launcher, port and zip) it makes more logical sense for them to be moved by the natives build script (native-src/build.xml). I will attach a patch that transfers the moving and cleaning of these files from build-java.xml to native-src/build.xml.

-- 
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-284) Native build.xml should move NLS catalogs to jre/bin, not java-build.xml

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-284?page=comments#action_12377570 ] 

Oliver Deakin commented on HARMONY-284:
---------------------------------------

Looks good, thanks Tim.

> Native build.xml should move NLS catalogs to jre/bin, not java-build.xml
> ------------------------------------------------------------------------
>
>          Key: HARMONY-284
>          URL: http://issues.apache.org/jira/browse/HARMONY-284
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nls.catalogs.diff
>
> Currently, the set of NLS catalogs at depends/files/harmony*.properties is moved into deploy/jre/bin by make/build-java.xml. Since these files are actually used by native code (launcher, port and zip) it makes more logical sense for them to be moved by the natives build script (native-src/build.xml). I will attach a patch that transfers the moving and cleaning of these files from build-java.xml to native-src/build.xml.

-- 
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-284) Native build.xml should move NLS catalogs to jre/bin, not java-build.xml

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

Oliver Deakin updated HARMONY-284:
----------------------------------

    Attachment: nls.catalogs.diff

Diff for changes to native-src/build.xml and make/build-java.xml

> Native build.xml should move NLS catalogs to jre/bin, not java-build.xml
> ------------------------------------------------------------------------
>
>          Key: HARMONY-284
>          URL: http://issues.apache.org/jira/browse/HARMONY-284
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Oliver Deakin
>     Priority: Minor
>  Attachments: nls.catalogs.diff
>
> Currently, the set of NLS catalogs at depends/files/harmony*.properties is moved into deploy/jre/bin by make/build-java.xml. Since these files are actually used by native code (launcher, port and zip) it makes more logical sense for them to be moved by the natives build script (native-src/build.xml). I will attach a patch that transfers the moving and cleaning of these files from build-java.xml to native-src/build.xml.

-- 
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-284) Native build.xml should move NLS catalogs to jre/bin, not java-build.xml

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

Tim Ellison reassigned HARMONY-284:
-----------------------------------

    Assign To: Tim Ellison

> Native build.xml should move NLS catalogs to jre/bin, not java-build.xml
> ------------------------------------------------------------------------
>
>          Key: HARMONY-284
>          URL: http://issues.apache.org/jira/browse/HARMONY-284
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: nls.catalogs.diff
>
> Currently, the set of NLS catalogs at depends/files/harmony*.properties is moved into deploy/jre/bin by make/build-java.xml. Since these files are actually used by native code (launcher, port and zip) it makes more logical sense for them to be moved by the natives build script (native-src/build.xml). I will attach a patch that transfers the moving and cleaning of these files from build-java.xml to native-src/build.xml.

-- 
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