You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/06/08 07:59:26 UTC

[jira] Closed: (HARMONY-3981) [classlib][launcher] command line options order should not matter

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

Alexei Zakharov closed HARMONY-3981.
------------------------------------


Good, thanks Nina. Issue closed.

> [classlib][launcher] command line options order should not matter
> -----------------------------------------------------------------
>
>                 Key: HARMONY-3981
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3981
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Roman S. Bushmanov
>            Assignee: Alexei Zakharov
>         Attachments: H3981.patch
>
>
> The command 
> java -cp <classpath> -verify <class>  
> executes the specified class while the command
> java -verify -cp <classpath> <class>
> prints the following error message and returns.
> Unknown option <classpath>
> Use java -help to get help on command line options
> Both commands works fine for RI. 
> Affected tests:
> functional/org/apache/harmony/test/func/vm/cli/verify/verify.xml
> (see HARMONY-3528)

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