You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2008/03/08 15:49:46 UTC

[jira] Created: (HARMONY-5586) [jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj

[jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj
-------------------------------------------------------------------------------

                 Key: HARMONY-5586
                 URL: https://issues.apache.org/jira/browse/HARMONY-5586
             Project: Harmony
          Issue Type: Bug
          Components: JDK
         Environment: Windows XP
            Reporter: Sean Qiu


Original build script for jdwp misses a obj file while linking.
SocketTransport_pd have not compiled and linked.
This make the dt_socket.dll failed to resolve a host name.

This patch will add this obj when linking.

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


[jira] Assigned: (HARMONY-5586) [jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy, Jing Lv reassigned HARMONY-5586:
---------------------------------------

    Assignee: Jimmy, Jing Lv

> [jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-5586
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5586
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Assignee: Jimmy, Jing Lv
>         Attachments: Harmony-5586.diff
>
>
> Original build script for jdwp misses a obj file while linking.
> SocketTransport_pd have not compiled and linked.
> This make the dt_socket.dll failed to resolve a host name.
> This patch will add this obj when linking.

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


[jira] Resolved: (HARMONY-5586) [jdktools][jdwp6] build script for windows misses to link SocketTransport_pd obj

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy, Jing Lv resolved HARMONY-5586.
-------------------------------------

    Resolution: Fixed

Hi,
     I've commited the patch. Please remember to recover this when the java6 vm is done.

> [jdktools][jdwp6] build script for windows misses to link SocketTransport_pd obj
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-5586
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5586
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Assignee: Jimmy, Jing Lv
>         Attachments: Harmony-5586.diff
>
>
> Original build script for jdwp misses a obj file while linking.
> SocketTransport_pd have not compiled and linked.
> This make the dt_socket.dll failed to resolve a host name.
> This patch will add this obj when linking.

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


[jira] Closed: (HARMONY-5586) [jdktools][jdwp6] build script for windows misses to link SocketTransport_pd obj

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu closed HARMONY-5586.
-----------------------------


Verified by Sean at r635451.
Thanks, Jimmy.

> [jdktools][jdwp6] build script for windows misses to link SocketTransport_pd obj
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-5586
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5586
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Assignee: Jimmy, Jing Lv
>         Attachments: Harmony-5586.diff
>
>
> Original build script for jdwp misses a obj file while linking.
> SocketTransport_pd have not compiled and linked.
> This make the dt_socket.dll failed to resolve a host name.
> This patch will add this obj when linking.

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


[jira] Updated: (HARMONY-5586) [jdktools][jdwp6] build script for windows misses to link SocketTransport_pd obj

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu updated HARMONY-5586:
------------------------------

    Summary: [jdktools][jdwp6] build script for windows misses to link SocketTransport_pd obj  (was: [jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj)

> [jdktools][jdwp6] build script for windows misses to link SocketTransport_pd obj
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-5586
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5586
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows XP
>            Reporter: Sean Qiu
>            Assignee: Jimmy, Jing Lv
>         Attachments: Harmony-5586.diff
>
>
> Original build script for jdwp misses a obj file while linking.
> SocketTransport_pd have not compiled and linked.
> This make the dt_socket.dll failed to resolve a host name.
> This patch will add this obj when linking.

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


[jira] Updated: (HARMONY-5586) [jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu updated HARMONY-5586:
------------------------------

    Attachment: Harmony-5586.diff

Could someone please try this patch?

> [jdktools][jdwp] build script for windows misses to link SocketTransport_pd obj
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-5586
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5586
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows XP
>            Reporter: Sean Qiu
>         Attachments: Harmony-5586.diff
>
>
> Original build script for jdwp misses a obj file while linking.
> SocketTransport_pd have not compiled and linked.
> This make the dt_socket.dll failed to resolve a host name.
> This patch will add this obj when linking.

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