You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2011/03/19 12:17:47 UTC

svn commit: r1083164 - /incubator/rat/main/trunk/src/site/apt/index.apt

Author: dennisl
Date: Sat Mar 19 11:17:47 2011
New Revision: 1083164

URL: http://svn.apache.org/viewvc?rev=1083164&view=rev
Log:
Fix the instructions for building and running RAT.

Modified:
    incubator/rat/main/trunk/src/site/apt/index.apt

Modified: incubator/rat/main/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/src/site/apt/index.apt?rev=1083164&r1=1083163&r2=1083164&view=diff
==============================================================================
--- incubator/rat/main/trunk/src/site/apt/index.apt (original)
+++ incubator/rat/main/trunk/src/site/apt/index.apt Sat Mar 19 11:17:47 2011
@@ -56,11 +56,11 @@ Building RAT
  Read BUILD.txt or (for the impatient) do
  
 +------------------------------------------+
-mvn install package
+mvn install
 +------------------------------------------+
 
- 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
+ This should build all modules. The application JAR will be
+ <<<apache-rat/target/apache-rat-X.Y-SNAPSHOT.jar>>> where X and Y are the current
  major and minor version numbers.
 
 Running RAT
@@ -70,14 +70,14 @@ Running RAT
  Run from the command line with:
 
 +------------------------------------------+
-java -jar rat-app-VERSION.jar --help
+java -jar apache-rat-VERSION.jar --help
 +------------------------------------------+
 
  Where VERSION is replaced with the version number you are 
  working with.
  
  This will output a help message detailing the command line
-options available to you.
+ options available to you.
  
 * Running with Apache Ant