Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 79244 invoked from network); 6 Sep 2008 16:09:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2008 16:09:52 -0000 Received: (qmail 19894 invoked by uid 500); 6 Sep 2008 16:09:50 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 19869 invoked by uid 500); 6 Sep 2008 16:09:50 -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 19860 invoked by uid 99); 6 Sep 2008 16:09:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2008 09:09:50 -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; Sat, 06 Sep 2008 16:09:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1B7CC2388878; Sat, 6 Sep 2008 09:09:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r692672 - /ant/ivy/ivyde/trunk/doc/build.html Date: Sat, 06 Sep 2008 16:09:31 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080906160932.1B7CC2388878@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Sat Sep 6 09:09:31 2008 New Revision: 692672 URL: http://svn.apache.org/viewvc?rev=692672&view=rev Log: Make the svn URL more explicit Modified: ant/ivy/ivyde/trunk/doc/build.html Modified: ant/ivy/ivyde/trunk/doc/build.html URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/build.html?rev=692672&r1=692671&r2=692672&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/doc/build.html (original) +++ ant/ivy/ivyde/trunk/doc/build.html Sat Sep 6 09:09:31 2008 @@ -43,16 +43,21 @@ The IvyDE plugins depends on the Ivy 2.0 OSGi bundle. So the Ivy bundle have to be installed in the Eclipse installation before starting the build. You can get an officially released version of Ivy. Go to the Ivy download page and get the binary distribution. You will find in the zip the jar ivy-2.X.Y-Z.jar. -Note: due to a bug in the build script of Ivy, the OSGi version of Ivy is "0.0.0" for every version older than the 2.0.0-RC1. So a repackaging is needed. If you get the sources (which includes the build system), you can automatically install the repackaged 2.0.0-beta2 into you Eclipse install by running ant install-ivy. +Note: due to a bug in the build script of Ivy, the OSGi version of Ivy is "0.0.0" for every version older than the 2.0.0-RC1. So a repackaging is needed. If you get the sources (which includes the build system), you can automatically install the repackaged 2.0.0-beta2 into you Eclipse install by running: ant install-ivy You can also build it from the sources (from subversion or from the releases). In the build/artifact folder you should then find the bundle org.apache.ivy_2.X.Y-Z.jar. Actually every Ivy jar is an OSGi bundle. So just copy it in your Eclipse install: -cp XXXXXX.jar $ECLIPSE_HOME/plugins/org.apache.ivy_2.X.Y-Z.jar +cp XXXXXX.jar $ECLIPSE_HOME/plugins/org.apache.ivy_2.X.Y-Z.jar

Building

-First somehow you got some sources, for instance from subversion. +First somehow you got some sources, for instance from the ASF subversion repository: + +svn co https://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk ivyde-trunk + +or get directly the released sources from the distribution. + And go into the root folder of the sources. In that folder you should see the builder, org.apache.ivyde.eclipse and org.apache.ivyde.feature folders. And run the build: