Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 17815 invoked from network); 1 Nov 2007 13:29:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 13:29:28 -0000 Received: (qmail 94054 invoked by uid 500); 1 Nov 2007 13:29:15 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 93895 invoked by uid 500); 1 Nov 2007 13:29:15 -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 93886 invoked by uid 99); 1 Nov 2007 13:29:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 06:29:15 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xavier.hanin@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 13:29:16 +0000 Received: by wa-out-1112.google.com with SMTP id n4so1519545wag for ; Thu, 01 Nov 2007 06:28:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=dT3r9TEh7XaBDtSuYsP9xIth0532yQbnzf5Kq1G9OzM=; b=Y5AqnqO8b+urxcn1A6EV/ufm5sNeaWZ3ePVuMu7E8kcSxUKBA4Y6ivijAXWvoel6uR+WkjBcLfRZaFyUUORCikFuq3IbNRpPhSMuiHFE5rMVwTO3kbVhl9mmFqnc3wWnWoPML5KAw4P8ULxPrUQMSqm2IOLxInSfMwZ82839nWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=U5pe6D1UYaC+QLmAI+q3CfrlGUqKPbuDr7actkfQD73jlFpzWaux0+3ZXm4gHNsIRGxvh1/yRbyYvQZPfhAPKUjELkbbzc46vSNHTXn6cM6/4tAoXFsoMNYGVp683geuEbwvEev70dqLk4aVr3z3eU/tUlaM0nu6L4nh+donSmM= Received: by 10.114.13.1 with SMTP id 1mr608109wam.1193923735043; Thu, 01 Nov 2007 06:28:55 -0700 (PDT) Received: by 10.114.120.20 with HTTP; Thu, 1 Nov 2007 06:28:55 -0700 (PDT) Message-ID: <635a05060711010628o2ba8f8efxdab4972fe9b97931@mail.gmail.com> Date: Thu, 1 Nov 2007 14:28:55 +0100 From: "Xavier Hanin" To: ivy-user@incubator.apache.org Subject: Re: maven repository directory changed In-Reply-To: <4729B8E3.7040006@allisany.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14356_22285848.1193923735026" References: <4729B8E3.7040006@allisany.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14356_22285848.1193923735026 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/1/07, Art Allisany wrote: > > In the quick start tutorial: > > http://ant.apache.org/ivy/history/trunk/tutorial.html > > it says to cd to: > > src/example/hello-ivy > > but it doesn't work because the maven repository reorganized their > directory structure. They didn't, but Ivy used to use ivyrep as default repository, where org was apache for commons module. Now that the default repo is maven 2 one we have some namespaces problem. But the example is fixed in trunk. Thanks for reporting anyway. Xavier so the src/example/hello-ivy/ivy.xml in the download bundle is > > > > > > > > > but should be > > > > > > > > > after this change the tutorial will work. > > > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/ ------=_Part_14356_22285848.1193923735026--