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

[jira] Commented: (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:comment-tabpanel#action_12494216 ] 

Mikhail Markov commented on HARMONY-2188:
-----------------------------------------

I've just checked the described issue and could not reproduce it now: both IBM VME and DRLVM exit with 1 code in case of empty java called.

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