From notifications-return-2237-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Thu Apr 03 14:28:57 2008 Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 95779 invoked from network); 3 Apr 2008 14:28:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 14:28:56 -0000 Received: (qmail 58455 invoked by uid 500); 3 Apr 2008 14:28:57 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 58406 invoked by uid 500); 3 Apr 2008 14:28:57 -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 58391 invoked by uid 99); 3 Apr 2008 14:28:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 07:28:57 -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; Thu, 03 Apr 2008 14:28:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E982234C0B7 for ; Thu, 3 Apr 2008 07:26:24 -0700 (PDT) Message-ID: <1948988275.1207232784175.JavaMail.jira@brutus> Date: Thu, 3 Apr 2008 07:26:24 -0700 (PDT) From: "Xavier Hanin (JIRA)" To: notifications@ant.apache.org Subject: [jira] Resolved: (IVY-777) No error or warning when a resolver references a non-existent cache In-Reply-To: <942788225.1205846364211.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/IVY-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-777. ------------------------------ Resolution: Fixed Fix Version/s: (was: 2.0) 2.0-RC1 I've just checked in a fix which validates the settings at the end of their parsing. > No error or warning when a resolver references a non-existent cache > ------------------------------------------------------------------- > > Key: IVY-777 > URL: https://issues.apache.org/jira/browse/IVY-777 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.0.0-beta-2 > Reporter: Carlton Brown > Assignee: Xavier Hanin > Fix For: 2.0-RC1 > > > If a resolver references a cache that has not been previously defined, it should cause an error or at least a warning, but it does neither. > For example, this should fail or warn because there is no cache "bar". It only prints an informational message that cache "bar" was assigned to resolver "myfs". > > > > > > ... > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.