Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 2376 invoked from network); 7 Jul 2009 21:33:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 21:33:32 -0000 Received: (qmail 93880 invoked by uid 500); 7 Jul 2009 21:33:42 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 93802 invoked by uid 500); 7 Jul 2009 21:33:41 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 93792 invoked by uid 99); 7 Jul 2009 21:33:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 21:33:41 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 21:33:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MOIHn-0008DJ-9D for ivy-user@ant.apache.org; Tue, 07 Jul 2009 14:33:11 -0700 Message-ID: <24381751.post@talk.nabble.com> Date: Tue, 7 Jul 2009 14:33:11 -0700 (PDT) From: fnord To: ivy-user@ant.apache.org Subject: Publishing and resolving multiple artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lists@libertylost.org X-Virus-Checked: Checked by ClamAV on apache.org I have followed the documentation on how to implement this, but I must be missing something. I have this in the ivy.xml for the dependent libs: All of the artifacts publish properly, and appear in my maven repository (Archiva), with a revision of "LATEST". However, when I try to resolve them, it's bombing. The ivy.xml for the sub-build has: I've also tried: My resolve target is: The result is: [ivy:resolve] :: problems summary :: [ivy:resolve] :::: WARNINGS [ivy:resolve] module not found: someplace#Core-libs;LATEST [ivy:resolve] ==== ibiblio: tried [ivy:resolve] http://ivy.corp.someplace.pvt:8090/archiva/repository/internal/someplace/Core-libs/LATEST/Core-libs-LATEST.pom [ivy:resolve] -- artifact someplace#Core-libs;LATEST!Core-libs.jar: [ivy:resolve] http://ivy.corp.someplace.pvt:8090/archiva/repository/internal/someplace/Core-libs/LATEST/Core-libs-LATEST.jar [ivy:resolve] ==== internal: tried [ivy:resolve] /Users/me/Documents/engineering_cleaned/DAD/trunk/ivysettings/repository/someplace/Core-libs/ivy.LATEST.xml [ivy:resolve] -- artifact someplace#Core-libs;LATEST!Core-libs.jar: [ivy:resolve] /Users/me/Documents/engineering_cleaned/DAD/trunk/ivysettings/repository/someplace/Core-libs/jars/Core-libs.LATEST.jar [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: someplace#Core-libs;LATEST: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: So for some reason it's looking for a single jar file, not for all of the individual libs which were published. There is no .pom file published, but I believe that's normal. Any idea what I'm doing wrong? thanks, fnord -- View this message in context: http://www.nabble.com/Publishing-and-resolving-multiple-artifacts-tp24381751p24381751.html Sent from the ivy-user mailing list archive at Nabble.com.