Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 78732 invoked from network); 28 Apr 2010 08:15:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Apr 2010 08:15:59 -0000 Received: (qmail 83367 invoked by uid 500); 28 Apr 2010 08:15:59 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 83034 invoked by uid 500); 28 Apr 2010 08:15: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 82923 invoked by uid 99); 28 Apr 2010 08:15:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 08:15:56 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 08:15:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3S8FWti005366 for ; Wed, 28 Apr 2010 08:15:32 GMT Message-ID: <23114966.52611272442532567.JavaMail.jira@thor> Date: Wed, 28 Apr 2010 04:15:32 -0400 (EDT) From: "Damien Chambe (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-244) Triggers are not called MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Triggers are not called ----------------------- Key: IVYDE-244 URL: https://issues.apache.org/jira/browse/IVYDE-244 Project: IvyDE Issue Type: Bug Affects Versions: 2.1.0 Reporter: Damien Chambe Priority: Minor Triggers are not called because they are not known by IvyDE. They are not converted as Ivy listeners: postconfigure() method from Ivy is never called when getting the ivy ninstance. In IvyClassPathContainerState, ivy.configureDefault() should be called each time an Ivy.newInstance is getted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.