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/22 10:44:15 UTC

[jira] Commented: (HARMONY-1221) [classlib] dead references to "com.ibm.oti.system.class.path" property

    [ http://issues.apache.org/jira/browse/HARMONY-1221?page=comments#action_12429651 ] 
            
Alexey Varlamov commented on HARMONY-1221:
------------------------------------------

Code is fixed properly, thank you. BTW, I dislike hardcoded name like this, but unsure if we can fix without adding extra deps.

Though "com.ibm.oti.system.class.path" is still mentioned in the classlib porting guide available on Harmony site, and maybe in other docs...



> [classlib] dead references to "com.ibm.oti.system.class.path" property
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1221
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1221
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>         Assigned To: Paulex Yang
>         Attachments: bp.diff
>
>
> The transition to new VME included renaming of property "com.ibm.oti.system.class.path" to "org.apache.harmony.boot.class.path". The renaming was not complete:
> > grep -IRn com.ibm.oti.system.class.path modules
> modules/luni/src/main/native/luni/shared/luniglob.c:468: * 'com.ibm.oti.system.class.path'.
> modules/luni/src/test/java/tests/api/java/io/SerializationStressTest5.java:94:   classPath = System.getProperty("com.ibm.oti.system.class.path");
> modules/rmi/src/main/java/org/apache/harmony/rmi/activation/Rmid.java:933:                                            ? "com.ibm.oti.system.class.path"
> modules/rmi/src/test/api/java/org/apache/harmony/rmi/JavaInvoker.java:88:                ? "com.ibm.oti.system.class.path" : "sun.boot.class.path");
> modules/tools/src/main/java/org/apache/harmony/tools/javac/Main.java:55:                "com.ibm.oti.system.class.path", ".");

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