Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 81788 invoked from network); 29 May 2007 11:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 11:35:37 -0000 Received: (qmail 79520 invoked by uid 500); 29 May 2007 11:35:41 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 79500 invoked by uid 500); 29 May 2007 11:35:41 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 79491 invoked by uid 99); 29 May 2007 11:35:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 04:35:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 04:35:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8171271417B for ; Tue, 29 May 2007 04:35:16 -0700 (PDT) Message-ID: <15076559.1180438516525.JavaMail.jira@brutus> Date: Tue, 29 May 2007 04:35:16 -0700 (PDT) From: "Alexey Petrenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3876) [classlib][launcher] 'java -help' does not print a list of options end returns 1 In-Reply-To: <7783494.1179305476510.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Petrenko reassigned HARMONY-3876: ---------------------------------------- Assignee: Alexey Petrenko > [classlib][launcher] 'java -help' does not print a list of options end returns 1 > --------------------------------------------------------------------------------- > > Key: HARMONY-3876 > URL: https://issues.apache.org/jira/browse/HARMONY-3876 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Windows > Reporter: Roman S. Bushmanov > Assignee: Alexey Petrenko > > 'java -help' command prints the following > 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] > and sets ERRORLEVEL to 1 instead of printing a help message with a list of possible options and returning 0 as exit value. > 'java -X' doesn't work too. > I've tried svn = r537794, (May 14 2007), Windows/ia32/msvc 1310, release build > Affected tests: > functional/org/apache/harmony/test/func/api/java/lang/Runtime/exec/exec10/exec1010/exec1010.xml > functional/org/apache/harmony/test/func/api/java/lang/Runtime/exec/exec10/exec1011/exec1011.xml > functional/org/apache/harmony/test/func/api/java/lang/Runtime/exec/exec10/exec1012/exec1012.xml > functional/org/apache/harmony/test/func/api/java/lang/Runtime/exec/exec10/exec1013/exec1013.xml > functional/org/apache/harmony/test/func/api/java/lang/Runtime/exec/exec10/exec1014/exec1014.xml > functional/org/apache/harmony/test/func/api/java/lang/Runtime/exec/exec10/exec1015/exec1015.xml > functional/org/apache/harmony/test/func/vm/cli/X/X.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.