Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 32071 invoked from network); 24 Sep 2008 12:05:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2008 12:05:06 -0000 Received: (qmail 12543 invoked by uid 500); 24 Sep 2008 12:05:03 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 12506 invoked by uid 500); 24 Sep 2008 12:05:02 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 12465 invoked by uid 99); 24 Sep 2008 12:05:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2008 05:05:02 -0700 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; Wed, 24 Sep 2008 12:04:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F0F1234C1F3 for ; Wed, 24 Sep 2008 05:04:44 -0700 (PDT) Message-ID: <1629932892.1222257884178.JavaMail.jira@brutus> Date: Wed, 24 Sep 2008 05:04:44 -0700 (PDT) From: =?utf-8?Q?Jan_Mat=C3=A8rne_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Created: (IVY-919) build.xml: checkstyle + checkstyle-report dont work together MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org build.xml: checkstyle + checkstyle-report dont work together ------------------------------------------------------------ Key: IVY-919 URL: https://issues.apache.org/jira/browse/IVY-919 Project: Ivy Issue Type: Bug Components: Core Reporter: Jan Mat=C3=A8rne The last task in the checkstyle target is failing if there is an checkstyle= error.=20 The target checkstyle-report depends on checkstyle. This results in the fact that you dont get a report when there is an error = and could get a result if there is no error (which then is meaningless). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.