Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 88141 invoked from network); 28 Jan 2009 22:05:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2009 22:05:37 -0000 Received: (qmail 52154 invoked by uid 500); 28 Jan 2009 22:05:32 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 52120 invoked by uid 500); 28 Jan 2009 22:05:32 -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 52089 invoked by uid 99); 28 Jan 2009 22:05:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 14:05:32 -0800 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, 28 Jan 2009 22:05:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 27635234C4C8 for ; Wed, 28 Jan 2009 14:05:00 -0800 (PST) Message-ID: <1110088662.1233180300160.JavaMail.jira@brutus> Date: Wed, 28 Jan 2009 14:05:00 -0800 (PST) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Updated: (IVY-987) Error message: "impossible to get artifacts when data has not been loaded" , on certain modules only In-Reply-To: <2105596969.1229357984238.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-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene updated IVY-987: ------------------------------ Affects Version/s: (was: 2.0-RC2) 2.0 The problem still exists in the 2.0.0 release. I think it is caused because all the dependencies defined in a pom are forced to the revision in the pom. It seems to me that the latest-revision ConflictManager doesn't handle the situation correctly when there is more than 1 forced version of the same module requested. Xavier: what should the conflict manager do in this situation? > Error message: "impossible to get artifacts when data has not been loaded" , on certain modules only > ---------------------------------------------------------------------------------------------------- > > Key: IVY-987 > URL: https://issues.apache.org/jira/browse/IVY-987 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.0 > Environment: ubuntu 8.04, java .1.6.0_06 Java HotSpot(TM) Client VM, calling external ant 1.7 from netbeans 6.1 IDE, ivy ant task in ants home lib dir > Reporter: K. Rekk > > I found a similiar post here: > http://www.mail-archive.com/ivy-user@ant.apache.org/msg01766.html > Everything worked fine with 2.0.0 beta . > > > > It's just a simple test and dom4j seems to cause the problem with > > standard ivysettings : > > > > > > > > > > > > > Removing dom4j makes it work again. > So I dont know, is it dom4j or ivy causing the problem? > > output: > > > > init: > > deps-jar: > > ivy-retrieve: > > No ivy:settings found for the default reference 'ivy.instance'. A > > default instance will be used > > no settings file found, using default... > > :: loading settings :: url = > > jar:file:/home/kostja/VZG/soa-workarea-ref/tools/ant/lib/ivy-2.0.0-rc2.jar!/org/apache/ivy/core/settings/ivysettings.xml > > :: resolving dependencies :: gbv.de#test;working@myhome > > confs: [default] > > found dom4j#dom4j;1.6.1 in public > > found xml-apis#xml-apis;1.0.b2 in public > > found jaxme#jaxme-api;0.3 in public > > found jaxen#jaxen;1.1-beta-6 in public > > found jdom#jdom;1.0 in public > > found xerces#xmlParserAPIs;2.6.2 in public > > found xerces#xercesImpl;2.6.2 in public > > found xom#xom;1.0b3 in public > > found com.ibm.icu#icu4j;2.6.1 in public > > found org.ccil.cowan.tagsoup#tagsoup;0.9.7 in public > > found msv#xsdlib;20030807 in public > > found msv#relaxngDatatype;20030807 in public > > found pull-parser#pull-parser;2 in public > > found xpp3#xpp3;1.1.3.3 in public > > found stax#stax-api;1.0 in public > > found log4j#log4j;1.2.9 in public > > found junit#junit;4.5 in public > > > > :: problems summary :: > > :::: ERRORS > > impossible to get artifacts when data has not been loaded. > > IvyNode = xalan#xalan;2.5.1 > > :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > /home/kostja/VZG/soa-workarea-ref/projects/Test/build.xml:15: impossible > > to resolve dependencies: > > java.lang.IllegalStateException: impossible to get artifacts > > when data has not been loaded. IvyNode = xalan#xalan;2.5.1 > > BUILD FAILED (total time: 0 seconds) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.