Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 55968 invoked from network); 18 Jan 2011 23:17:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2011 23:17:46 -0000 Received: (qmail 84287 invoked by uid 500); 18 Jan 2011 23:17:46 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 83960 invoked by uid 500); 18 Jan 2011 23:17:45 -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 83952 invoked by uid 99); 18 Jan 2011 23:17:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 23:17:45 +0000 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 [210.48.101.110] (HELO smtp.archives.govt.nz) (210.48.101.110) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 23:17:41 +0000 Received: from smtp.archives.govt.nz (Not Verified[127.0.0.1]) by smtp.archives.govt.nz with MailMarshal (v6,4,5,5314) id ; Wed, 19 Jan 2011 12:17:18 +1300 Received: from smtp.archives.govt.nz (Not Verified[127.0.0.1]) by smtp.archives.govt.nz with MailMarshal SES (v5.6.0.5716) id ; Wed, 19 Jan 2011 12:17:18 +1300 Received: from ARCWN-EX03.archives.net (Not Verified[10.1.10.103]) by smtp.archives.govt.nz with MailMarshal (v6,4,5,5314) id ; Wed, 19 Jan 2011 12:17:18 +1300 Received: from ARCWN-EX03.archives.net ([10.1.10.103]) by ARCWN-EX03.archives.net ([fe80::7829:897b:9045:22d8%11]) with mapi id 14.01.0218.012; Wed, 19 Jan 2011 12:17:18 +1300 From: Matthew Painter To: "'ivy-user@ant.apache.org'" Subject: RE: Ivy newbie - curious display Thread-Topic: Ivy newbie - curious display Thread-Index: Acu3YnkLlvhSvf9RTWiVIDw/xtG42P//KqSA//8lj5A= Date: Tue, 18 Jan 2011 23:17:18 +0000 Message-ID: References: <404085.48658.qm@web30808.mail.mud.yahoo.com> In-Reply-To: <404085.48658.qm@web30808.mail.mud.yahoo.com> Accept-Language: en-US, en-NZ X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.1.4.144] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks Maarten. Relevant snippet as follows: -- snip -- [ivy:cachefileset] =3D=3D resolving dependencies org.hibernate#hibernate;= 3.5.4-Final->javax.transaction#jta;[1.1,2.0[ [core->default] [ivy:cachefileset] default: Checking cache for: dependency: javax.transac= tion#jta;[1.1,2.0[ {core=3D[default]} [ivy:cachefileset] default-cache: cached resolved revision expired for ja= vax.transaction#jta;[1.1,2.0[ [ivy:cachefileset] default-cache: cached resolved revision expired for ja= vax.transaction#jta;[1.1,2.0[ [ivy:cachefileset] tried http://ivyroundup.googlecode.com/sv= n/trunk/repo/modules/javax.transaction/jta/[revision]/ivy.xml [ivy:cachefileset] roundup: found md file for javax.transaction#jta;= [1.1,2.0[ [ivy:cachefileset] =3D> http://ivyroundup.googlecode.com/svn= /trunk/repo/modules/javax.transaction/jta/1.1/ivy.xml (1.1) [ivy:cachefileset] default-cache: revision in cache: javax.transacti= on#jta;1.1 [ivy:cachefileset] found javax.transaction#jta;1.1 in public [ivy:cachefileset] [1.1] javax.transaction#jta;[1.1,2.0[ -- snip -- So, the files are being cached but the cache is being immediately expired= ? Where would I go about fixing this? I haven't explicitly set any cachin= g properties, apart from the resourceCache path for Ivy Roundup. M -----Original Message----- From: Maarten Coene [mailto:maarten_coene@yahoo.com]=20 Sent: Wednesday, 19 January 2011 12:09 p.m. To: ivy-user@ant.apache.org Subject: Re: Ivy newbie - curious display Could you run ant in verbose mode to see where the delay is comming from?= Maarten ----- Original Message ---- From: Matthew Painter To: "ivy-user@ant.apache.org" Sent: Tue, January 18, 2011 11:53:08 PM Subject: Ivy newbie - curious display Hi, I'm currently finding my feet with Ivy. I am using the standard resolvers= =20and am chaining a few others (Ivy Roundup and the two Spring Ivy repos= itories). All works, however for some packages I get odd entries displaying (the on= es prefixed by [1.1.] and [2.7.7]: -- snip -- [ivy:cachepath] found=20 org.apache.juli#com.springsource.org.apache.juli.extras;6.0.16 in default= [ivy:cachepath] found=20 org.apache.coyote#com.springsource.org.apache.coyote;6.0.16 in default [ivy:cachepath] found org.hibernate#hibernate;3.5.4-Final in roun= dup [ivy:cachepath] found javax.transaction#jta;1.1 in public [ivy:cachepath] [1.1] javax.transaction#jta;[1.1,2.0[ [ivy:cachepath] found org.antlr#antlr;2.7.7 in roundup [ivy:cachepath] [2.7.7] org.antlr#antlr;[2.7.6,2.8[ -- snip -- It's around a second between these being displayed whereas the 'found...'= =20lines zip through.=20 Any ideas? Or is this expected? These steps are making the cachepath comm= and=20 take ~12 seconds instead of ~1 second. My custom resolvers are: =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 Many thanks, Matt This e-mail message and any attachments are CONFIDENTIAL to the addressee= (s) and=20 may also be LEGALLY PRIVILEGED. If you are not the intended addressee, p= lease=20 do not use, disclose, copy or distribute the message or the information i= t=20 contains. Instead, please notify me as soon as possible and delete the e= -mail,=20 including any attachments. Thank you. =20 =20 This e-mail message and any attachments are CONFIDENTIAL to the addressee= (s) and may also be LEGALLY PRIVILEGED. If you are not the intended addr= essee, please do not use, disclose, copy or distribute the message or the= =20information it contains. Instead, please notify me as soon as possibl= e and delete the e-mail, including any attachments. Thank you.