Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8DE38E72 for ; Thu, 18 Aug 2011 08:47:19 +0000 (UTC) Received: (qmail 28713 invoked by uid 500); 18 Aug 2011 08:47:19 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 28568 invoked by uid 500); 18 Aug 2011 08:47:06 -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 28402 invoked by uid 99); 18 Aug 2011 08:47:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 08:47:02 +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; Thu, 18 Aug 2011 08:47:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 238A5238889B; Thu, 18 Aug 2011 08:46:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1159089 - /aries/site/trunk/content/documentation/tools/repositoryGenerator.mdtext Date: Thu, 18 Aug 2011 08:46:39 -0000 To: commits@aries.apache.org From: ejiang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110818084639.238A5238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ejiang Date: Thu Aug 18 08:46:38 2011 New Revision: 1159089 URL: http://svn.apache.org/viewvc?rev=1159089&view=rev Log: CMS commit to aries by ejiang Modified: aries/site/trunk/content/documentation/tools/repositoryGenerator.mdtext Modified: aries/site/trunk/content/documentation/tools/repositoryGenerator.mdtext URL: http://svn.apache.org/viewvc/aries/site/trunk/content/documentation/tools/repositoryGenerator.mdtext?rev=1159089&r1=1159088&r2=1159089&view=diff ============================================================================== --- aries/site/trunk/content/documentation/tools/repositoryGenerator.mdtext (original) +++ aries/site/trunk/content/documentation/tools/repositoryGenerator.mdtext Thu Aug 18 08:46:38 2011 @@ -26,8 +26,7 @@ It is a command line tool to generate a 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
-The tool can be downloaded from [here](repositorygenerator.zip). Unzip the zip to a directory and change the current directory to that directory.

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