Clarify how to run RAT, per comments from release 2.0.0 review.

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/0a8507aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/0a8507aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/0a8507aa

Branch: refs/heads/master
Commit: 0a8507aaf680216f09340110fae857b402f303ce
Parents: a45063a
Author: Steve Varnau <[email protected]>
Authored: Wed Jun 1 21:51:07 2016 +0000
Committer: Steve Varnau <[email protected]>
Committed: Wed Jun 1 21:51:07 2016 +0000

----------------------------------------------------------------------
 .rat-excludes |  2 +-
 RAT_README    | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0a8507aa/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index d36814f..4ef2fce 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -1,4 +1,4 @@
-# List of files to exclude from RAT, see RAT_README.txt for details
+# List of files to exclude from RAT, see RAT_README for details
 # this file
 .rat-excludes*
 # git files

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0a8507aa/RAT_README
----------------------------------------------------------------------
diff --git a/RAT_README b/RAT_README
index d1101b3..1de62f4 100644
--- a/RAT_README
+++ b/RAT_README
@@ -9,17 +9,17 @@ headers, what these files are used for, and why they don't 
have Apache headers
 To run the RAT report:
 
 1. Install Apache Rat download version 0.11 from  
http://creadur.apache.org/rat/
-2. Change to the Apache Trafodion source directory
-3. Source in env.sh
-4. Run rat as follows
-  java -jar apache-rat-0.11.jar  -E $MY_SQROOT/../../.rat-excludes \ 
-       -d $MY_SQROOT/../.. > <RAT output log file>
-5. Look at output in <RAT output log file> for issues
 
-================================================================================
+2. Assuming trafodion source tree is in apache-trafodion-XXX directory,
+   run rat as follows:
+
+  java -jar apache-rat-0.11/apache-rat-0.11.jar  -E 
apache-trafodion-XXX/.rat-excludes \
+       -d apache-trafodion-XXX > rat.out
 
+3. Look at output in rat.out log file for issues
+
+================================================================================
 
-Results for Apache Trafodion release 1.3.0:
 
 
--------------------------------------------------------------------------------
 FILE             :  what the file is used for

Reply via email to