You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2014/09/20 08:48:29 UTC

svn commit: r1626390 - /cayenne/site/cms/trunk/content/dev/release-guide.mdtext

Author: aadamchik
Date: Sat Sep 20 06:48:29 2014
New Revision: 1626390

URL: http://svn.apache.org/r1626390
Log:
mention rat script

Modified:
    cayenne/site/cms/trunk/content/dev/release-guide.mdtext

Modified: cayenne/site/cms/trunk/content/dev/release-guide.mdtext
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/dev/release-guide.mdtext?rev=1626390&r1=1626389&r2=1626390&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/dev/release-guide.mdtext (original)
+++ cayenne/site/cms/trunk/content/dev/release-guide.mdtext Sat Sep 20 06:48:29 2014
@@ -19,12 +19,11 @@ More info can be found at [http://www.ap
 
 * Edit UPGRADE-NOTES.txt if there is anything to add there.
 * Check Sources Compliance with [RAT](http://creadur.apache.org/rat/). To run RAT,
-download the jar, and run it against
-unpacked distro (or the release tag), read the report and fix any issues.
+download the distro and unpack it somewhere. You can run it directly, or use a convenience script available at the root of Cayenne 
+source. Then read the report and fix any issues.
 
         cd cayenne
-        mvn clean
-        java -jar rat-0.5.1.jar `pwd` > report.txt
+        ./rat.sh ~/Desktop/apache-rat-0.9/apache-rat-0.9.jar  > report.txt
     
 ## Tagging the Repo and Releasing Maven Artifacts