Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 16830 invoked from network); 30 Jan 2009 10:37:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2009 10:37:23 -0000 Received: (qmail 41708 invoked by uid 500); 30 Jan 2009 10:37:23 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 41686 invoked by uid 500); 30 Jan 2009 10:37: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 41676 invoked by uid 99); 30 Jan 2009 10:37:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 02:37: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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 10:37:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 427E0238896F; Fri, 30 Jan 2009 10:37:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r739230 - /ant/ivy/core/trunk/doc/dev/updatesite.html Date: Fri, 30 Jan 2009 10:36:59 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090130103700.427E0238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Fri Jan 30 10:36:59 2009 New Revision: 739230 URL: http://svn.apache.org/viewvc?rev=739230&view=rev Log: IVYDE-156: update the release doc so it references the new ant targets Modified: ant/ivy/core/trunk/doc/dev/updatesite.html Modified: ant/ivy/core/trunk/doc/dev/updatesite.html URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/dev/updatesite.html?rev=739230&r1=739229&r2=739230&view=diff ============================================================================== --- ant/ivy/core/trunk/doc/dev/updatesite.html (original) +++ ant/ivy/core/trunk/doc/dev/updatesite.html Fri Jan 30 10:36:59 2009 @@ -38,27 +38,16 @@ The update site svn location is there: https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk . You will update it so it will contain the new artifacts.
  • For an Ivy release: -The new ivy bundle have to be placed in the plugins directory of the updatesite. So you should do something like: -cp ..../ivy.jar dist/plugins/org.apache.ivy_$VERSION.jar - -Then Eclipse needs a feature, which will be generated at the right place with an ant target: -
    -ant generate-ivy-feature -Divy.version=$VERSION
    -
  • +As you have a build jar for Ivy, just do: +ant install-ivy -Divy.jar=...../path/to/ivy.jar +
  • For an IvyDE release: The zip distribution needs to be unpacked into the updatesite directory: -
    -cd dist
    -unzip ..../org.apache.ivyde.feature-$VERSION.zip
    -
    +ant install-ivyde -Divyde.zip=...../path/to/org.apache.ivyde.feature-${VERSION}.zip
-Then the deprecated versions of the plugins and the features should be removed. - -

Update the site.xml

- -The site.xml file in the dist directory should be edited so it will reference the new artifacts. You should just change the version number accordingly to the release. +Those previous tasks should have deleted some files, but not using the svn command: you should see some ! in your svn status log. Then do some svn rm on those files.

Prepare the update site