Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 67490 invoked from network); 31 Jul 2007 15:01:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 15:01:19 -0000 Received: (qmail 38530 invoked by uid 500); 31 Jul 2007 15:00:28 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 37401 invoked by uid 500); 31 Jul 2007 15:00:23 -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 36982 invoked by uid 99); 31 Jul 2007 15:00:19 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 08:00:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [82.165.250.195] (HELO u15187095.onlinehome-server.com) (82.165.250.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 14:36:04 +0000 Received: (qmail 22529 invoked from network); 31 Jul 2007 10:31:47 -0400 Received: from localhost (127.0.0.1) by localhost with SMTP; 31 Jul 2007 10:31:47 -0400 Received: from mailrelay4.private.geico.com (mailrelay4.private.geico.com [205.143.204.102]) by www2.digizenstudio.com (Horde MIME library) with HTTP; Tue, 31 Jul 2007 10:31:47 -0400 Message-ID: <20070731103147.ubhalz2l4cw4sg40@www2.digizenstudio.com> Date: Tue, 31 Jul 2007 10:31:47 -0400 From: Jing Xue To: ivy-user@incubator.apache.org Subject: Re: Trying to run first build.xml (go example) References: <46AD83ED.8050005@itsolut.com> <46AE0245.9090305@itsolut.com> In-Reply-To: <46AE0245.9090305@itsolut.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) X-Virus-Checked: Checked by ClamAV on apache.org If I understand correctly, the only manual step is to copy the ivy.jar into either $ANT_HOME/lib, or ~/.ant/lib. And you should be able to build the examples or your own scripts as long as they don't involve the optional dependencies. Cheers -- Jing Xue Quoting Chris Hane : > No problem. Could you write up at least in email the couple of steps I > need to get the alpha2 working? I would like to start using the new > version of Ivy but need a little direction. > > Also, I'm using eclipse 3.3 rather than the command line. > > Thanks, > Chris...