Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 34236 invoked from network); 23 Oct 2009 17:56:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 17:56:22 -0000 Received: (qmail 6347 invoked by uid 500); 23 Oct 2009 17:56:22 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 6265 invoked by uid 500); 23 Oct 2009 17:56:22 -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 6112 invoked by uid 99); 23 Oct 2009 17:56:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 17:56:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Fri, 23 Oct 2009 17:56:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94A1A234C1F0 for ; Fri, 23 Oct 2009 10:55:59 -0700 (PDT) Message-ID: <972364398.1256320559607.JavaMail.jira@brutus> Date: Fri, 23 Oct 2009 17:55:59 +0000 (UTC) From: "Matt Benson (JIRA)" To: notifications@ant.apache.org Subject: [jira] Resolved: (IVYDE-214) IvyDE resolver doesn't automatically pick up newly added artifacts to the local repository In-Reply-To: <1681158562.1256303459377.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVYDE-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson resolved IVYDE-214. ------------------------------- Resolution: Invalid > IvyDE resolver doesn't automatically pick up newly added artifacts to the local repository > ------------------------------------------------------------------------------------------ > > Key: IVYDE-214 > URL: https://issues.apache.org/jira/browse/IVYDE-214 > Project: IvyDE > Issue Type: Bug > Affects Versions: 2.0.0.final > Environment: Linux, Eclipse RCP 3.5.1, Apache IvyDE 2.0.0.final-200907011148-RELEASE > Reporter: Jawher Moussa > > - Try to add a new artifact to the local repository. For example, I placed swt.jar in /home/djo/.ivy2/local/org.eclipse/swt.gtk/3.5.1/jars > - Add a dependecy to this artifact in ivy.xml inside an eclipse project (already associated with an ivy classpath container) : for example : > - Execute the resolve action > It will complain that it cannot resolve this dependency. > The exact same case works perfectly well with vanilla Ant/Ivy. > For instance, if I add the dependency to ivy.xml in apache-ivy-2.1.0/src/example/hello-ivy and then execute 'ant', the swt.jar artifact will get picked. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.