Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 27867 invoked from network); 27 May 2007 18:38:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2007 18:38:23 -0000 Received: (qmail 54060 invoked by uid 500); 27 May 2007 18:38:28 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 53948 invoked by uid 500); 27 May 2007 18:38:27 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 53928 invoked by uid 99); 27 May 2007 18:38:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2007 11:38:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gscokart@gmail.com designates 64.233.162.230 as permitted sender) Received: from [64.233.162.230] (HELO nz-out-0506.google.com) (64.233.162.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2007 11:38:21 -0700 Received: by nz-out-0506.google.com with SMTP id m7so463567nzf for ; Sun, 27 May 2007 11:38:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O9sgli+ZOZpyCAwyVT4ffs6mTH5e88C0s5MAc5Kx/ixD50xiBHFvSMsJKYRfw6A4XVSZpEyMkTo73uDQS5WPn8TSqKWCCnzZt6URWPGhWPT8Mf5MCvhYm0xgFGKIyHUAqMHRygPYH+Dw245XbaEY3lnotPelqdQvKTlnKcOchU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U+/EDxE5wfEPnb5Gr0B75dBau34Xgftj569AG7TlEyUNdOq+HO74sZ8zC6D0tUDbIiQqpJwVITuwjrKcrvDKixLZKUet6c8hIS3lGrj/17xoH7wTMjRWpbuz8WEpclW8Znn1CJVBMwGMbF56JYNIfPO2G8g/9TV3chEszRG+HCk= Received: by 10.115.108.1 with SMTP id k1mr2542568wam.1180291079578; Sun, 27 May 2007 11:37:59 -0700 (PDT) Received: by 10.114.126.16 with HTTP; Sun, 27 May 2007 11:37:59 -0700 (PDT) Message-ID: Date: Sun, 27 May 2007 20:37:59 +0200 From: "Gilles Scokart" To: ivy-user@incubator.apache.org Subject: Re: Dealing with bad POMs? In-Reply-To: <10807248.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10807248.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I guess the best thing to do is to raise an issue in http://jira.codehaus.org/browse/MEV as described there : http://maven.apache.org/guides/mini/guide-maven-evangelism.html . The thing you describe are clearly errors in the repository. As a workaround, you can may try to use an other repository where you can install the correct poms (or ivy.xml files). Maybe using a dual resolver. Note also that ivy can work with a repository without pom.xml nor ivy.xml when the modules have no dependencies. I hope it helps. Gilles 2007/5/25, nirvdrum : > > Hi, > > As noted earlier, I'm looking to move from maven2 over to ant+ivy. During > the migration, I've run across problems with a few POMs on ibiblio. maven2 > apparently deals with the problems okay, since I never had problems > downloading the files. ivy doesn't seem to allow me to. Is there anyway to > tell ivy to download the files no matter what? > > As an example of the problems, one POM marks a version as 4.0.1, while the > artifact is actually at version 4.0.2. ivy finds the files in the correct > path, but then compares against the POM and borks when the versions don't > match. > > In another, the organization defined in the POM does not match that used as > the path to the artifact. Once again, ivy finds the file fine, but borks > when doing a consistency check on the POM. > > Any help would be much appreciated. > > Thanks, > Kevin > -- > View this message in context: http://www.nabble.com/Dealing-with-bad-POMs--tf3817428.html#a10807248 > Sent from the ivy-user mailing list archive at Nabble.com. > > -- Gilles SCOKART