Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 8027 invoked from network); 29 Oct 2008 16:06:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 16:06:35 -0000 Received: (qmail 11288 invoked by uid 500); 29 Oct 2008 16:06:40 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 11271 invoked by uid 500); 29 Oct 2008 16:06:39 -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 11262 invoked by uid 99); 29 Oct 2008 16:06:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 09:06:39 -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, 29 Oct 2008 16:05:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 314BA234C239 for ; Wed, 29 Oct 2008 09:05:44 -0700 (PDT) Message-ID: <739832236.1225296344187.JavaMail.jira@brutus> Date: Wed, 29 Oct 2008 09:05:44 -0700 (PDT) From: "Patrick Woodworth (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVY-960) Log levels aren't respected in certain cases using the standalone functionality MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Log levels aren't respected in certain cases using the standalone functionality ------------------------------------------------------------------------------- Key: IVY-960 URL: https://issues.apache.org/jira/browse/IVY-960 Project: Ivy Issue Type: Bug Components: Core Affects Versions: 2.0-RC1 Environment: Windows XP java version "1.5.0_14" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode) Reporter: Patrick Woodworth Fix For: 2.0.x When using Ivy in standalone mode and passing the -dependency option, it is impossible to suppress a "loading settings" banner from being the first line of output, regardless of whether the -warn or -error flags have been passed. For some reason this is not a problem when using the -ivy option instead of -dependency. The attached patch solves the problem in my environment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.