You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/03/29 09:32:25 UTC

[jira] Assigned: (HARMONY-3502) [build][winx64][common_resources] build of common_resources should support win on x86_64

     [ https://issues.apache.org/jira/browse/HARMONY-3502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko reassigned HARMONY-3502:
----------------------------------------

    Assignee: Alexey Petrenko

> [build][winx64][common_resources] build of common_resources should support win on x86_64
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3502
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3502
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Vladimir Ivanov
>         Assigned To: Alexey Petrenko
>         Attachments: cr.patch
>
>
> Build of HDK on win x86_64 platform failed while build of 'common_resources' does not support win on x86_64.
> Now this build implement following check:
>     <target name="-download-win" if="is.windows">
>     <property environment="hyenv" />        
>     <mkdir dir="${msvcr71.dir}" />
>     <download-one-file src="${msvcr71.url}" dest="${msvcr71.dll}"
>                            md5="${msvcr71.md5}" />
>     <mkdir dir="${awtdeps.dir}" />
>     <download-one-file src="${awtdeps.url}" dest="${awtdeps.tar}"
>                            md5="${awtdeps.md5}" />
>     </target>
> Note, for win x86_64 it should be updated to other values.

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