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

[jira] Closed: (HARMONY-2188) [classlib][launcher] launcher exits with code 0 when it has nothing to do

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

Paulex Yang closed HARMONY-2188.
--------------------------------

    Resolution: Fixed

Cannot reproduce in latest revision(r537286)

> [classlib][launcher] launcher exits with code 0 when it has nothing to do
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-2188
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2188
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Pavel Pervov
>
> If no work-to-do is specified launcher should return 1.
> $> java
> Harmony Java launcher
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java [-vm:vmdll -vmdir:dir -D... [-X...]] [args]
> $> echo $?
> 0
> --
> while RI returns 1.
> $> java -showversion
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r473668, (Nov 15 2006), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> $> echo $?
> 0
> --
> while RI returns 1.

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