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 Varlamov (JIRA)" <ji...@apache.org> on 2006/08/29 13:27:22 UTC

[jira] Created: (HARMONY-1337) [logging][test] incorrect bootclasspath for running tests

[logging][test] incorrect bootclasspath for running tests
---------------------------------------------------------

                 Key: HARMONY-1337
                 URL: http://issues.apache.org/jira/browse/HARMONY-1337
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Alexey Varlamov
            Priority: Critical
         Attachments: test-logging.patch

The build.xml in module logging incorrectly overrides bootclasspath, with lib\boot\*.jar. While IBM VME is immune to this due to cheats in handling "-Xbootclasspath:" argument, DRLVM honestly replaces own kernel classes with stubs and fails to run.

-- 
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-1337) [logging][test] incorrect bootclasspath for running tests

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1337?page=comments#action_12431454 ] 
            
Alexey Varlamov commented on HARMONY-1337:
------------------------------------------

Just for the record, RI also fails to run logging tests due to the same reason.

> [logging][test] incorrect bootclasspath for running tests
> ---------------------------------------------------------
>
>                 Key: HARMONY-1337
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1337
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>         Assigned To: Paulex Yang
>            Priority: Critical
>         Attachments: test-logging.patch
>
>
> The build.xml in module logging incorrectly overrides bootclasspath, with lib\boot\*.jar. While IBM VME is immune to this due to cheats in handling "-Xbootclasspath:" argument, DRLVM honestly replaces own kernel classes with stubs and fails to run.

-- 
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-1337) [logging][test] incorrect bootclasspath for running tests

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

Paulex Yang closed HARMONY-1337.
--------------------------------


Verified by Alexey.

> [logging][test] incorrect bootclasspath for running tests
> ---------------------------------------------------------
>
>                 Key: HARMONY-1337
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1337
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>         Assigned To: Paulex Yang
>            Priority: Critical
>         Attachments: test-logging.patch
>
>
> The build.xml in module logging incorrectly overrides bootclasspath, with lib\boot\*.jar. While IBM VME is immune to this due to cheats in handling "-Xbootclasspath:" argument, DRLVM honestly replaces own kernel classes with stubs and fails to run.

-- 
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-1337) [logging][test] incorrect bootclasspath for running tests

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

Paulex Yang reassigned HARMONY-1337:
------------------------------------

    Assignee: Paulex Yang

> [logging][test] incorrect bootclasspath for running tests
> ---------------------------------------------------------
>
>                 Key: HARMONY-1337
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1337
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>         Assigned To: Paulex Yang
>            Priority: Critical
>         Attachments: test-logging.patch
>
>
> The build.xml in module logging incorrectly overrides bootclasspath, with lib\boot\*.jar. While IBM VME is immune to this due to cheats in handling "-Xbootclasspath:" argument, DRLVM honestly replaces own kernel classes with stubs and fails to run.

-- 
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-1337) [logging][test] incorrect bootclasspath for running tests

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

Alexey Varlamov updated HARMONY-1337:
-------------------------------------

    Attachment: test-logging.patch

> [logging][test] incorrect bootclasspath for running tests
> ---------------------------------------------------------
>
>                 Key: HARMONY-1337
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1337
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>            Priority: Critical
>         Attachments: test-logging.patch
>
>
> The build.xml in module logging incorrectly overrides bootclasspath, with lib\boot\*.jar. While IBM VME is immune to this due to cheats in handling "-Xbootclasspath:" argument, DRLVM honestly replaces own kernel classes with stubs and fails to run.

-- 
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-1337) [logging][test] incorrect bootclasspath for running tests

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

Paulex Yang resolved HARMONY-1337.
----------------------------------

    Resolution: Fixed

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


> [logging][test] incorrect bootclasspath for running tests
> ---------------------------------------------------------
>
>                 Key: HARMONY-1337
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1337
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>         Assigned To: Paulex Yang
>            Priority: Critical
>         Attachments: test-logging.patch
>
>
> The build.xml in module logging incorrectly overrides bootclasspath, with lib\boot\*.jar. While IBM VME is immune to this due to cheats in handling "-Xbootclasspath:" argument, DRLVM honestly replaces own kernel classes with stubs and fails to run.

-- 
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-1337) [logging][test] incorrect bootclasspath for running tests

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1337?page=comments#action_12431559 ] 
            
Alexey Varlamov commented on HARMONY-1337:
------------------------------------------

Verified, thank you.

> [logging][test] incorrect bootclasspath for running tests
> ---------------------------------------------------------
>
>                 Key: HARMONY-1337
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1337
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>         Assigned To: Paulex Yang
>            Priority: Critical
>         Attachments: test-logging.patch
>
>
> The build.xml in module logging incorrectly overrides bootclasspath, with lib\boot\*.jar. While IBM VME is immune to this due to cheats in handling "-Xbootclasspath:" argument, DRLVM honestly replaces own kernel classes with stubs and fails to run.

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