From ivy-user-return-944-apmail-incubator-ivy-user-archive=incubator.apache.org@incubator.apache.org Thu Jun 07 10:15:36 2007 Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 72026 invoked from network); 7 Jun 2007 10:15:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 10:15:35 -0000 Received: (qmail 94126 invoked by uid 500); 7 Jun 2007 10:15:39 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 94097 invoked by uid 500); 7 Jun 2007 10:15:38 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 94083 invoked by uid 99); 7 Jun 2007 10:15:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 03:15:38 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [164.128.235.36] (HELO int.ofac.ch) (164.128.235.36) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 03:15:34 -0700 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_01C7A8EC.BC4A22D6" Subject: file name changes after resolve Date: Thu, 7 Jun 2007 12:15:12 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: file name changes after resolve Thread-Index: Aceo7Lw5xRdRB3D6T22raXi6WNMF5g== From: "Bhatia Saurabh" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7A8EC.BC4A22D6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, =20 In my repository, I have the file names in their original form e.g. axis.jar.=20 Resolve: file name changes in the local cache to axis-.jar Retrieve: Since Ivy picks up the files from the local cache, I have the files with names changed in my IDE as well in my lib directory. =20 I also changed the ivy.properties file in the ivy distribution on my classpath to contain: ivy.retrieve.pattern =3D ${ivy.lib.dir}/[artifact].[ext] ivy.deliver.ivy.pattern =3D ${ivy.distrib.dir}/[type]s/[artifact].[ext] ivy.publish.src.artifacts.pattern =3D ${ivy.distrib.dir}/[type]s/[artifact].[ext] =20 Still nothing seems to work. Looking for ideas. =20 What should I change ? =20 Thanks ------_=_NextPart_001_01C7A8EC.BC4A22D6--