Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 10305 invoked from network); 25 Sep 2008 09:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2008 09:22:44 -0000 Received: (qmail 36545 invoked by uid 500); 25 Sep 2008 09:22:42 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 36527 invoked by uid 500); 25 Sep 2008 09:22:41 -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 36518 invoked by uid 99); 25 Sep 2008 09:22:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 02:22:41 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 09:21:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1554F23888A0; Thu, 25 Sep 2008 02:21:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r698882 - in /ant/ivy/ivyde/trunk: build.properties build.xml Date: Thu, 25 Sep 2008 09:21:19 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080925092120.1554F23888A0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Thu Sep 25 02:21:18 2008 New Revision: 698882 URL: http://svn.apache.org/viewvc?rev=698882&view=rev Log: IVYDE-122: add tasks to install an ivy jar into an Eclipse install Modified: ant/ivy/ivyde/trunk/build.properties ant/ivy/ivyde/trunk/build.xml Modified: ant/ivy/ivyde/trunk/build.properties URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.properties?rev=698882&r1=698881&r2=698882&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/build.properties (original) +++ ant/ivy/ivyde/trunk/build.properties Thu Sep 25 02:21:18 2008 @@ -19,4 +19,3 @@ version.qualifier=beta1 outputUpdateJars=true -ivy.version=2.0.0-beta2 Modified: ant/ivy/ivyde/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=698882&r1=698881&r2=698882&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/build.xml (original) +++ ant/ivy/ivyde/trunk/build.xml Thu Sep 25 02:21:18 2008 @@ -48,9 +48,11 @@ - - + + + + @@ -159,13 +161,64 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +You have to specify the Ivy to install with one of the following property: + - 'ivy.version': the version to download from Apache (ex: -Divy.version=2.0.0-beta2) + - 'ivy.zip.url': the url of the zip distribution (ex: -Divy.zip.url=http://people.apache.org/~xavier/ivy/staging/2.0.0-rc1/apache-ivy-2.0.0-rc1-bin.zip) + - 'ivy.jar.url': the url of the Ivy jar (ex: -Divy.jar.url=file:///home/me/ivy-trunk/build/artifact/jars/ivy.jar) + + + + + + + + + + + + + + + + + + + + + + + +