Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 22407 invoked from network); 16 Jul 2009 19:26:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jul 2009 19:26:38 -0000 Received: (qmail 56168 invoked by uid 500); 16 Jul 2009 19:27:43 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 56116 invoked by uid 500); 16 Jul 2009 19:27:43 -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 56106 invoked by uid 99); 16 Jul 2009 19:27:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 19:27:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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, 16 Jul 2009 19:27:31 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MRWbm-0005RC-BP for ivy-user@ant.apache.org; Thu, 16 Jul 2009 12:27:10 -0700 Message-ID: <24522897.post@talk.nabble.com> Date: Thu, 16 Jul 2009 12:27:10 -0700 (PDT) From: dgodbey To: ivy-user@ant.apache.org Subject: Re: Problem with javax.transaction.jta and ivy roundup In-Reply-To: <3bc8237c0907161211w1d2511e2m259bf60d086afe4b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dgodbey@YAHOO.COM References: <24521540.post@talk.nabble.com> <3bc8237c0907161211w1d2511e2m259bf60d086afe4b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Archie, Right, the manually downloaded problem! That was it. Do you know how I can force ivy to get the jta libraries from ibilio where manual clicking is not necessary and ignore packager? Thanks, Dave Archie Cobbs-3 wrote: > > I'm not sure why you are getting that particular error.. however, for one > thing, your resourceURL attribute is not valid and is only slowing you > down > by causing download attempts that will always fail. > > > http://ant.apache.org/ivy/history/latest-milestone/resolver/packager.html > > You also know about the manually downloaded > modules, > of which jta is one, right? > > Can you put together a self-contained, minimal test case (in a zip or tgz > file)? > > -Archie > > On Thu, Jul 16, 2009 at 1:04 PM, dgodbey wrote: > >> >> I've hit a brick wall since geebis ivy repo went down. Google roundup is >> an >> adequate replacement for geebis except for this problem: java transaction >> api jar file. >> >> I'm using ibibio and google roundup together because neither of them has >> the >> complete set of dependencies I need. >> >> In a nutshell, this >> >> http://ivyroundup.googlecode.com/svn/trunk/repo/modules/javax.transaction/jta/ >> won't come down via packager. It will come down from ibiblio, but not if >> I >> use a chain resolver including ivyroundup packager. Doesn't matter which >> order I put the repos. Can anyone verify or tell me what I'm doing wrong? >> >> ivysettings file: >> >> >> >> >> >> >> >> > buildRoot="${user.home}/.ivy2/packager/build" >> resourceCache="${user.home}/.ivy2/packager/cache" >> resourceURL="http://repo1.maven.org/maven2"> >> > pattern=" >> http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/ivy.xml >> "/> >> > pattern=" >> http://ivyroundup.googlecode.com/svn/trunk/repo/modules/[organisation]/[module]/[revision]/packager.xml >> "/> >> >> >> >> >> >> ivy.xml file with all other dependencies removed: >> >> >> >> >> >> >> >> >> >> > conf="default" transitive="false"/> >> >> >> >> When I run ivy resolve, I get this exception. >> >> [ivy:resolve] --- Nested Exception --- >> [ivy:resolve] java.io.FileNotFoundException: >> /home/djg/.ivy2/packager/build/javax.transaction/jta/1.1/packager.xml (No >> such file or directory) >> [ivy:resolve] at java.io.FileInputStream.open(Native Method) >> [ivy:resolve] at >> java.io.FileInputStream.(FileInputStream.java:106) >> [ivy:resolve] at >> >> org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:176) >> [ivy:resolve] at >> org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:709) >> [ivy:resolve] at >> org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:333) >> [ivy:resolve] at >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) >> [ivy:resolve] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown >> Source) >> [ivy:resolve] at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> >> Any help most appreciated. >> Dave >> -- >> View this message in context: >> http://www.nabble.com/Problem-with-javax.transaction.jta-and-ivy-roundup-tp24521540p24521540.html >> Sent from the ivy-user mailing list archive at Nabble.com. >> >> > > > -- > Archie L. Cobbs > > -- View this message in context: http://www.nabble.com/Problem-with-javax.transaction.jta-and-ivy-roundup-tp24521540p24522897.html Sent from the ivy-user mailing list archive at Nabble.com.