From ivy-user-return-2792-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Wed Mar 12 21:21:00 2008 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 94541 invoked from network); 12 Mar 2008 21:20:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 21:20:59 -0000 Received: (qmail 84480 invoked by uid 500); 12 Mar 2008 21:20:57 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 84292 invoked by uid 500); 12 Mar 2008 21:20:56 -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 84283 invoked by uid 99); 12 Mar 2008 21:20:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 14:20:56 -0700 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rbuck@verisign.com designates 216.168.239.74 as permitted sender) Received: from [216.168.239.74] (HELO peregrine.verisign.com) (216.168.239.74) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 21:20:08 +0000 Received: from dul1wnexcn03.vcorp.ad.vrsn.com (dul1wnexcn03.vcorp.ad.vrsn.com [10.170.12.113]) by peregrine.verisign.com (8.13.6/8.13.4) with ESMTP id m2CL9tsv012348 for ; Wed, 12 Mar 2008 16:09:55 -0500 Received: from DUL1WNEXMB05.vcorp.ad.vrsn.com ([10.170.12.240]) by dul1wnexcn03.vcorp.ad.vrsn.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 12 Mar 2008 21:20:26 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C88486.E439C891" Subject: Confusion/Questions Regarding Settings File in Beta 2 Date: Wed, 12 Mar 2008 17:20:38 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Confusion/Questions Regarding Settings File in Beta 2 Thread-Index: AciEhusc9zcErAHaTNCUtJaeBJe24A== From: "Buck, Robert" To: X-OriginalArrivalTime: 12 Mar 2008 21:20:26.0850 (UTC) FILETIME=[E429FC20:01C88486] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C88486.E439C891 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 I probably need my head realigned, but could you help me understand something? =20 I have the settings file below. And what I am doing is the following (or so I think I am doing this): =20 1. Cache all HTTP downloads into the "download-cache". This is accomplished by specifying "download-cache" on the "url" based resolver. When I run the build, I confirm this indeed does work as I anticipated. Good. =20 2. Define a "Local IVYREP" or sorts in the "ivy/ivyrep" directory. What I anticipate using this for is for read-only retrievals in case I want to test an upgrade of some library to a newer version, without impacting anyone. (Problem, see below) =20 3. Specify to IVY where to put its resolution cache and repository cache. =20 Concerns/Problems: =20 1. The ivy publish commands seem to put the jars from my build in both the "ivy/cache/repository" directory and the "ivy/ivyrep" directory. Shuffling around copies of build artifacts is expensive. =20 2. The "local" ivy/ivyrep directory should remain empty, or at least that is my goal. =20 What would help me is if I could understand what exact purpose resolution caches, repository caches have, and what their relationship is to a "local-resolver". Could someone explain this? =20 And, if possible, could someone help me do the final tweaks to this setup? =20 Thanks in advance, Bob =20 =20 =20 ------_=_NextPart_001_01C88486.E439C891--