Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 73212 invoked from network); 6 Nov 2008 22:34:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2008 22:34:12 -0000 Received: (qmail 65678 invoked by uid 500); 6 Nov 2008 22:34:18 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 65650 invoked by uid 500); 6 Nov 2008 22:34:18 -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 65639 invoked by uid 99); 6 Nov 2008 22:34:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 14:34:18 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.200.146] (HELO web30803.mail.mud.yahoo.com) (68.142.200.146) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Nov 2008 22:32:59 +0000 Received: (qmail 67844 invoked by uid 60001); 6 Nov 2008 22:32:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=c8MWV6ZuPLZ1BZXLSuHyxl/1hXO5OG92DGcK3uvNFIuou/tai5LEzg8tUJ/8OM+whnaL9P8up74wYc6R3XRu1t1272g5UMUR4qx8CvsLwOcWWI+dwKiuxFhDm9OmWsxJVdEkfglSHPtirG3il0xi0c6q9TMwcebQHMY2iaBvXM4=; X-YMail-OSG: NmtjSeEVM1nCVR7F9tD5oN4GPtTtVFBVIM44.Pgtzk0OcK2B7pD92.RsbWRW18c5xAywJComyNBJwniaSan6_VQ7CQHygQTumomzUHzqENlWbxZk6OPGxQCbVAYbxdE3X8QcfLG4MnuBQy.POQpWUO3OijM3gS7OFcRa4uqfv7GxUVlkVHZ2Sns61t5a Received: from [81.240.164.34] by web30803.mail.mud.yahoo.com via HTTP; Thu, 06 Nov 2008 14:32:38 PST X-Mailer: YahooMailRC/1155.20 YahooMailWebService/0.7.260.1 References: <20357671.post@talk.nabble.com> <148842.37965.qm@web30802.mail.mud.yahoo.com> <20364992.post@talk.nabble.com> Date: Thu, 6 Nov 2008 14:32:38 -0800 (PST) From: Maarten Coene Subject: Re: resolving with force is true problem To: ivy-user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <827468.67659.qm@web30803.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Could you please create a jira ticket for this? And if possible attach your build.xml, ivy.xml, settings.xml, ant verbose log, ... to it. Maarten ----- Original Message ---- From: RonVen To: ivy-user@ant.apache.org Sent: Thursday, November 6, 2008 5:50:58 PM Subject: Re: resolving with force is true problem I tried, but that does not work either. The only way I get it to work is by clearing out the cache for A->B->C and putting changing="true" on dependency A->B and B->C. Without clearing the cache, putting changing="true" on the dependencies does not work either. Regards, Ron Maarten Coene wrote: > > The changingPattern on your chain resolver isn't propagated to it's child > resolvers (I think there is already an open JIRA issue for this). > What happens if you define the changingPattern on your "internal" and > "maven2" resolvers? > > Maarten > > > > > ----- Original Message ---- > From: RonVen > To: ivy-user@ant.apache.org > Sent: Thursday, November 6, 2008 10:26:17 AM > Subject: resolving with force is true problem > > > Hello, > > I have a use case where module A->B->C, and I published C in the local > cache. > C is called practitionerData in real life. > However during a retrieve of module A, it does however not update C in the > cache from the > local repository. > > Below are the settings file and the ant verbose output. > > Can anybody explain what I'm doing wrong here? > > Thanx in advance. > > Ron. > > > > My settings look like > > > > > > > changingPattern=".*-SNAPSHOT.jar"> > > pattern="${user.home}/.ivy/local/[organisation]/[module]/ivy-[revision].xml" > /> > pattern="${user.home}/.ivy/local/[organisation]/[module]/jars/[artifact]-[revision].[ext]" > /> > > > > > > > > > > And the output of and is: > > [ivy:retrieve] == resolving dependencies > com.javee#practitionerDataHibernate;SNAPSHOT->com.javee#practitionerData;SNAPSHOT > [default->default] > [ivy:retrieve] local: Checking cache for: dependency: > com.javee#practitionerData;SNAPSHOT {default=[default]} > [ivy:retrieve] local: module revision found in cache: > com.javee#practitionerData;SNAPSHOT > [ivy:retrieve] don't use cache for > com.javee#practitionerData;latest.integration: checkModified=true > [ivy:retrieve] tried C:\Documents and > Settings\Ron/.ivy/local/com.javee/practitionerData/ivy-[revision].xml > [ivy:retrieve] internal: found md file for > com.javee#practitionerData;latest.integration > [ivy:retrieve] => C:\Documents and > Settings\Ron\.ivy\local\com.javee\practitionerData\ivy-SNAPSHOT.xml > (SNAPSHOT) > [ivy:retrieve] default-cache: revision in cache (not updated): > com.javee#practitionerData;SNAPSHOT > [ivy:retrieve] found com.javee#practitionerData;SNAPSHOT in local > > [ivy:retrieve] retrieving C:\Documents and > Settings\Ron\.ivy\cache\com.javee\practitionerData\jars\practitionerData-SNAPSHOT.jar > [ivy:retrieve] to > C:\Java\WorkspaceJuma\PractitionerDataHibernateTest\lib\practitionerData-SNAPSHOT.jar > [NOT REQUIRED] > > > -- > View this message in context: > http://www.nabble.com/resolving-with-force-is-true-problem-tp20357671p20357671.html > Sent from the ivy-user mailing list archive at Nabble.com. > > > > > -- View this message in context: http://www.nabble.com/resolving-with-force-is-true-problem-tp20357671p20364992.html Sent from the ivy-user mailing list archive at Nabble.com.