You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2008/01/21 06:39:34 UTC

[jira] Commented: (HARMONY-5405) [classlib][build] Move platform-specific link libraries from icu4c header zip files

    [ https://issues.apache.org/jira/browse/HARMONY-5405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560935#action_12560935 ] 

Stepan Mishura commented on HARMONY-5405:
-----------------------------------------

The build (with and without your patch) fails for me because of incorrect checksum (that was updated at r613296)
As I understood your post on harmony-dev classlib's svn revision should be in the next range:    r612947 > revision< r613291

If I update classlib to r612947 and type 'ant'  I get:
Missing dependency.  The jar from:

  file:///C:\WINDOWS/system32/msvcr71.dll

should be downloaded to:

  depends/libs/windows.x86/msvcr71.dll

Run "ant fetch-depends" to automatically fetch dependencies.
Note: Some of Harmony's dependencies are licensed under terms other
than the Apache License v2.

And ant fetch-depends gives:

File depends/libs/windows.x86/icu-3.4/icu-3.4.zip has incorrect md5 checksum.
    Expected: f8b46d05e08ca98e42738f159ae1dd40 (or )
    Found:    4ab256e309d1ceb9779b10cf32c79dab

[1]http://mail-archives.apache.org/mod_mbox/harmony-dev/200801.mbox/%3c20080118222628.56DFC724954@athena.apache.org%3e

-Stepan.


> [classlib][build] Move platform-specific link libraries from icu4c header  zip files
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5405
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5405
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: windows (and in theory z/os)
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: move.platform.specific.dot.lib.files.diff
>
>
> Now that we have platform-dependent icu-3.4.zip files it makes sense to  move the platform-dependent .lib files from the icu4c header zip files to make a single platform-independent header zip.  I've done most of the work but I just need someone to check this patch because I don't have a windows test machine.
> The patch will break the build with a warning and instructions to fix it.  Can someone test it for me?

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