Return-Path: Delivered-To: apmail-aries-commits-archive@www.apache.org Received: (qmail 23028 invoked from network); 18 Apr 2011 16:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Apr 2011 16:16:08 -0000 Received: (qmail 89319 invoked by uid 500); 18 Apr 2011 16:16:08 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 89262 invoked by uid 500); 18 Apr 2011 16:16:08 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 89254 invoked by uid 99); 18 Apr 2011 16:16:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 16:16:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 18 Apr 2011 16:16:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6D68B23888CD; Mon, 18 Apr 2011 16:15:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r788493 - in /websites/production/aries: ./ content/documentation/tools/repositoryGenerator.html Date: Mon, 18 Apr 2011 16:15:47 -0000 To: commits@aries.apache.org From: ejiang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110418161547.6D68B23888CD@eris.apache.org> Author: ejiang Date: Mon Apr 18 16:15:47 2011 New Revision: 788493 Log: Publishing merge to aries site by ejiang Modified: websites/production/aries/ (props changed) websites/production/aries/content/documentation/tools/repositoryGenerator.html Propchange: websites/production/aries/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Mon Apr 18 16:15:47 2011 @@ -1 +1 @@ -/websites/staging/aries/trunk:782169-788490 +/websites/staging/aries/trunk:782169-788492 Modified: websites/production/aries/content/documentation/tools/repositoryGenerator.html ============================================================================== --- websites/production/aries/content/documentation/tools/repositoryGenerator.html (original) +++ websites/production/aries/content/documentation/tools/repositoryGenerator.html Mon Apr 18 16:15:47 2011 @@ -242,11 +242,11 @@

It is a command line tool to generate a repository xml for a list of bundles. The instruction is as follows.

  1. Obtain the tool
    - a. Build the tool from Aries trunk.
    + a) Build the tool from Aries trunk.
    The easiest way to obtain the tool is to download the aries trunk, navigate to the 'application->application-tooling-repository-generator', and then run mvn install, copy all jars from the the target directory.
-

b. Download the tool
+

b) Download the tool
The tool can be downloaded from here. Unzip the zip to a directory and change the current directory to that directory.

  1. Execute the command line tool
    java -jar org.apache.aries.application.tooling.repository.generator-xxx.jar [repository xml location] url1 [url2...]