Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 12674 invoked from network); 12 Jun 2008 20:08:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2008 20:08:21 -0000 Received: (qmail 95521 invoked by uid 500); 12 Jun 2008 20:08:23 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 95494 invoked by uid 500); 12 Jun 2008 20:08:23 -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 95483 invoked by uid 99); 12 Jun 2008 20:08:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 13:08:23 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG 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; Thu, 12 Jun 2008 20:07:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K6t5J-0007JR-1a for ivy-user@ant.apache.org; Thu, 12 Jun 2008 13:07:49 -0700 Message-ID: <17808282.post@talk.nabble.com> Date: Thu, 12 Jun 2008 13:07:48 -0700 (PDT) From: Mark Parry To: ivy-user@ant.apache.org Subject: Newbie cant resolve zip files MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: parrym@us.ibm.com X-Virus-Checked: Checked by ClamAV on apache.org Not sure where to start. I guess first off I'm using Ivy-2.0.0-beta2. I did a "hello world" where I had the ivy jar files as a module in my local file system. From my ant build, when I did a ivy:resolve it found it and placed it in my cache just fine. Now I'm trying to use ivy to resolve a zip file dependancy and it simply wont do it. All it seems to want to look for are jar files. For instance from my latest build log: [ivy:resolve] :: problems summary :: [ivy:resolve] :::: WARNINGS [ivy:resolve] module not found: jazz.net#RTC-Client;1.0RC5 [ivy:resolve] ==== libraries: tried [ivy:resolve] -- artifact jazz.net#RTC-Client;1.0RC5!RTC-Client.jar: [ivy:resolve] /usr/data/software/ivy_repo/jazz.net/RTC-Client/1.0RC5/RTC-Client-1.0RC5.jar [ivy:resolve] /usr/data/software/ivy_repo/jazz.net/RTC-Client/1.0RC5/RTC-Client-jar.jar [ivy:resolve] /usr/data/software/ivy_repo/jazz.net/RTC-Client/1.0RC5/jar/RTC-Client.jar The filename I'm ultimately trying to resolve to is: RTC-Client-1.0RC5-Linux-Local.zip That file is located in my repository at: [root@jazzdev 1.0RC5]# ls -l && pwd total 302556 -rw-r--r-- 1 root root 414 Jun 12 13:39 ivy.xml -rwxr-xr-x 1 root root 309503881 Jun 12 10:18 RTC-Client-1.0RC5-Linux-Local.zip /usr/data/software/ivy_repo/jazz.net/RTC-Client/1.0RC5 The ivy.xml file in that dir (/usr/data/software/ivy_repo/jazz.net/RTC-Client/1.0RC5) contains: In my ANT build.xml file that I use, I do the following to initiate the resolving of The referenced ivy.xml from that ANT target contains: My ivysettings.xml file is getting found by ivy as this is in my latest build log: No ivy:settings found for the default reference 'ivy.instance'. A default instance will be used [null] :: Ivy 2.0.0-beta2 - 20080225093827 :: http://ant.apache.org/ivy/ :: [null] :: loading settings :: file = /opt/IBM/JazzTeamServer/buildsystem/ivy/ivysettings.xml The contents of that ivysettings.xml file is: At this point I'm at a loss as to what I have wrong. Any suggestions? -- View this message in context: http://www.nabble.com/Newbie-cant-resolve-zip-files-tp17808282p17808282.html Sent from the ivy-user mailing list archive at Nabble.com.