You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/12 11:07:32 UTC

svn commit: r814120 - in /incubator/uima/site/trunk/uima-website: docs/release.html xdocs/release.xml

Author: schor
Date: Sat Sep 12 09:07:32 2009
New Revision: 814120

URL: http://svn.apache.org/viewvc?rev=814120&view=rev
Log:
no Jira - update release page to change where the RAT tool is found (now on apache)

Modified:
    incubator/uima/site/trunk/uima-website/docs/release.html
    incubator/uima/site/trunk/uima-website/xdocs/release.xml

Modified: incubator/uima/site/trunk/uima-website/docs/release.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/release.html?rev=814120&r1=814119&r2=814120&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/release.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/release.html Sat Sep 12 09:07:32 2009
@@ -249,7 +249,7 @@
 		    </li>
 		    <li>
 		      Do a quick release audit if for example all license headers are in place by using the 
-		      <a href="http://code.google.com/p/arat/">RAT</a> (Release Audit Tool) tool. 
+		      <a href="http://incubator.apache.org/rat/">RAT</a> (Release Audit Tool) tool. 
 		    </li>
 		  </ul>
 		</p>
@@ -327,12 +327,14 @@
       <tr><td>
         <blockquote class="subsectionBody">
                                     <p>
-		  To audit the release the <a href="http://code.google.com/p/arat/">RAT</a> (Release Audit Tool)
+		  To audit the release the <a href="http://incubator.apache.org/rat/">RAT</a> (Release Audit Tool)
 		  should be used. Check out the latest version from the website and run the tool on the unpacked release
-		  artifacts (binary and source distribution). The command line can look like:<br /><br />
-		  <code>java -jar rat-0.5.1.jar &lt;release-artifact-directory&gt; &gt; report.txt</code><br /><br />
-		  The RAT tool generates the audit report and write it to the report.txt file. Check this file for all
-		  lines starts with <code>!?????</code> and comment them why they does not have a license header or fix them. 
+		  artifacts (binary and source distribution). The command line looks like:<br /><br />
+		  <code>java -jar apache-rat-0.6.jar &lt;release-artifact-directory&gt; &gt; report.txt</code><br /><br />
+		  The RAT tool generates the audit report and writes it to the report.txt file. 
+      Check this file for all
+		  lines that start with <code>!?????</code> and add a comment to them saying why 
+      they do not have a license header, or fix them so they pass the RAT tests. 
 		</p>
                                                 <p>
 		 <code>

Modified: incubator/uima/site/trunk/uima-website/xdocs/release.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/release.xml?rev=814120&r1=814119&r2=814120&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/release.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/release.xml Sat Sep 12 09:07:32 2009
@@ -95,7 +95,7 @@
 		    </li>
 		    <li>
 		      Do a quick release audit if for example all license headers are in place by using the 
-		      <a href="http://code.google.com/p/arat/">RAT</a> (Release Audit Tool) tool. 
+		      <a href="http://incubator.apache.org/rat/">RAT</a> (Release Audit Tool) tool. 
 		    </li>
 		  </ul>
 		</p>
@@ -138,12 +138,14 @@
 	
 	<subsection name='Auditing The Release And Create A RAT report'>
 		<p>
-		  To audit the release the <a href="http://code.google.com/p/arat/">RAT</a> (Release Audit Tool)
+		  To audit the release the <a href="http://incubator.apache.org/rat/">RAT</a> (Release Audit Tool)
 		  should be used. Check out the latest version from the website and run the tool on the unpacked release
-		  artifacts (binary and source distribution). The command line can look like:<br /><br />
-		  <code>java -jar rat-0.5.1.jar &lt;release-artifact-directory> > report.txt</code><br /><br />
-		  The RAT tool generates the audit report and write it to the report.txt file. Check this file for all
-		  lines starts with <code>!?????</code> and comment them why they does not have a license header or fix them. 
+		  artifacts (binary and source distribution). The command line looks like:<br /><br />
+		  <code>java -jar apache-rat-0.6.jar &lt;release-artifact-directory> > report.txt</code><br /><br />
+		  The RAT tool generates the audit report and writes it to the report.txt file. 
+      Check this file for all
+		  lines that start with <code>!?????</code> and add a comment to them saying why 
+      they do not have a license header, or fix them so they pass the RAT tests. 
 		</p>
 		<p>
 		 <code>