Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 13371 invoked from network); 9 Feb 2009 10:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 10:43:26 -0000 Received: (qmail 42991 invoked by uid 500); 9 Feb 2009 10:43:26 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 42975 invoked by uid 500); 9 Feb 2009 10:43:26 -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 42966 invoked by uid 99); 9 Feb 2009 10:43:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 02:43:26 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 10:43:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A690234C4AD for ; Mon, 9 Feb 2009 02:43:02 -0800 (PST) Message-ID: <324441429.1234176182565.JavaMail.jira@brutus> Date: Mon, 9 Feb 2009 02:43:02 -0800 (PST) From: "Mark Hindess (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-6079) [jdktools] javac should exit with error code non-zero on compile errors In-Reply-To: <636336475.1233236699693.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-6079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hindess closed HARMONY-6079. --------------------------------- Verified. Thanks Tim. > [jdktools] javac should exit with error code non-zero on compile errors > ----------------------------------------------------------------------- > > Key: HARMONY-6079 > URL: https://issues.apache.org/jira/browse/HARMONY-6079 > Project: Harmony > Issue Type: Bug > Components: JDK > Reporter: Mark Hindess > Assignee: Tim Ellison > Priority: Minor > > javac currently always exits with error code zero even if there are compile errors. Sun javac exits with non-zero error code which is useful when javac is used from scripts and Makefiles. I think we should adopt Sun javac behaviour. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.