Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 20194 invoked from network); 12 Feb 2009 14:46:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 14:46:29 -0000 Received: (qmail 71984 invoked by uid 500); 12 Feb 2009 14:46:23 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 71970 invoked by uid 500); 12 Feb 2009 14:46:23 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 71959 invoked by uid 99); 12 Feb 2009 14:46:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 06:46:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 14:46:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7DE25234C48B for ; Thu, 12 Feb 2009 06:46:00 -0800 (PST) Message-ID: <247762840.1234449960510.JavaMail.jira@brutus> Date: Thu, 12 Feb 2009 06:46:00 -0800 (PST) From: =?utf-8?Q?Nicolas_Lalev=C3=A9e_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Reopened: (IVY-519) ivy:install does not convert "." back properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-519?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalev=C3=A9e reopened IVY-519: --------------------------------- Reopening to change the resolution status > ivy:install does not convert "." back properly > ---------------------------------------------- > > Key: IVY-519 > URL: https://issues.apache.org/jira/browse/IVY-519 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.0.0-alpha-1 > Reporter: Nat > Fix For: unspecified > > > If the original repository has the following structure > {code}=20 > org > |__apache > |__ivy > |__2.0 > |____ivy-2.0.jar > {code}=20 > when I use , it will get converted into=20 > {noformat}=20 > org.apache > |__ivy > |__2.0 > |____ivy-2.0.jar > {noformat}=20 > and it causes not able to find the same jar in the new = repository. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.