Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 43277 invoked from network); 18 Mar 2009 17:23:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2009 17:23:43 -0000 Received: (qmail 32983 invoked by uid 500); 18 Mar 2009 17:23:41 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 32896 invoked by uid 500); 18 Mar 2009 17:23:41 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 32868 invoked by uid 99); 18 Mar 2009 17:23:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 10:23:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 17:23:33 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id EA2FB14A8167 for ; Wed, 18 Mar 2009 12:23:12 -0500 (CDT) Message-ID: <9512095.1237396992947.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 18 Mar 2009 12:23:12 -0500 (CDT) From: "Carlos Sanchez (JIRA)" To: issues@maven.apache.org Subject: [jira] Closed: (MAVENUPLOAD-2387) Transitive dependencies in eclipse jdt core are broken In-Reply-To: <20337012.1236587352966.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MAVENUPLOAD-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Sanchez closed MAVENUPLOAD-2387. --------------------------------------- Assignee: Carlos Sanchez Resolution: Won't Fix There are many issues with version ranges and osgi, but that's more of a Maven issue than repository problem Please refer to the mailing list for questions > Transitive dependencies in eclipse jdt core are broken > ------------------------------------------------------ > > Key: MAVENUPLOAD-2387 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2387 > Project: Maven Upload Requests > Issue Type: Bug > Reporter: Dave Syer > Assignee: Carlos Sanchez > > Transitive dependencies in eclipse jdt core are broken. I can MAVENUPLOAD-1795 that the JDT core JAR was uploaded (the version number does not match the actual one in the repo, so maybe that is part of the problem - the repo has 3.3.0-v_771). This JAR has dependencies and transitive dependencies that (quite sensibly) use version ranges. But the ranges do not match any deployed versions of the dependencies, so if you try to use it you get, for example > Caused by: org.apache.maven.artifact.versioning.OverConstrainedVersionException: Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0) > org.eclipse.equinox:app:jar:null > There seems to be an issue with the form of the version in the app artifact. It looks like it might match, but clearly doesn't. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira