Return-Path: Delivered-To: apmail-incubator-rat-commits-archive@locus.apache.org Received: (qmail 21782 invoked from network); 4 Sep 2008 20:24:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2008 20:24:53 -0000 Received: (qmail 45073 invoked by uid 500); 4 Sep 2008 20:24:44 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 45038 invoked by uid 500); 4 Sep 2008 20:24:44 -0000 Mailing-List: contact rat-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rat-dev@incubator.apache.org Delivered-To: mailing list rat-commits@incubator.apache.org Received: (qmail 45005 invoked by uid 99); 4 Sep 2008 20:24:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 13:24:44 -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, 04 Sep 2008 20:23:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4780C238899B; Thu, 4 Sep 2008 13:23:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r692225 - /incubator/rat/main/trunk/rat/src/site/apt/index.apt Date: Thu, 04 Sep 2008 20:23:55 -0000 To: rat-commits@incubator.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080904202355.4780C238899B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Thu Sep 4 13:23:54 2008 New Revision: 692225 URL: http://svn.apache.org/viewvc?rev=692225&view=rev Log: Corrections to the website Modified: incubator/rat/main/trunk/rat/src/site/apt/index.apt Modified: incubator/rat/main/trunk/rat/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/rat/src/site/apt/index.apt?rev=692225&r1=692224&r2=692225&view=diff ============================================================================== --- incubator/rat/main/trunk/rat/src/site/apt/index.apt (original) +++ incubator/rat/main/trunk/rat/src/site/apt/index.apt Thu Sep 4 13:23:54 2008 @@ -37,24 +37,31 @@ RAT is intended to be self documenting: reports should include introductory material describing their function. Building RAT describes how to run RAT. Running RAT describes the options available. The release notes describe the current state of - RAT. - -Building RAT - - Building RAT requires that you have either - {{{http://ant.apache.org/} Apache Ant}} or - {{{http://maven.apache.org/} Apache Maven}} installed. - You can then use a command such as: - -+------------------------------------------+ -ant build -+------------------------------------------+ - - or - + RAT. + +Checking Out RAT + + RAT contains a number of different products. + + To checkout the main application run + ++------------------------------------------+ +svn co http://svn.apache.org/repos/asf/incubator/rat/main/trunk/rat/ ++------------------------------------------+ + +Building RAT + + Building RAT requires + {{{http://maven.apache.org/} Apache Maven}}. + Read BUILD.txt or (for the impatient) do + +------------------------------------------+ -mvn install +mvn install package +------------------------------------------+ + + This should build all modules. The application jar will be + rat-app/target/rat-app-X.Y-SNAPSHOT.jar where X and Y are the current + major and minor version numbers. Running RAT @@ -63,7 +70,7 @@ Run from the command line with: +------------------------------------------+ -java -jar rat-VERSION.jar --help +java -jar rat-app-VERSION.jar --help +------------------------------------------+ Where VERSION is replaced with the version number you are