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 2014/08/16 20:31:21 UTC

svn commit: r1618394 [7/16] - in /creadur/site/trunk/content/rat: ./ apache-rat-core/ apache-rat-core/apidocs/ apache-rat-core/apidocs/org/apache/rat/license/ apache-rat-core/apidocs/org/apache/rat/license/class-use/ apache-rat-core/xref-test/org/apach...

Modified: creadur/site/trunk/content/rat/apache-rat-plugin/xref/org/apache/rat/mp/RatCheckMojo.html
URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/rat/apache-rat-plugin/xref/org/apache/rat/mp/RatCheckMojo.html?rev=1618394&r1=1618393&r2=1618394&view=diff
==============================================================================
--- creadur/site/trunk/content/rat/apache-rat-plugin/xref/org/apache/rat/mp/RatCheckMojo.html (original)
+++ creadur/site/trunk/content/rat/apache-rat-plugin/xref/org/apache/rat/mp/RatCheckMojo.html Sat Aug 16 18:31:18 2014
@@ -176,11 +176,11 @@
 <a class="jxr_linenumber" name="L168" href="#L168">168</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L169" href="#L169">169</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> execute() <strong class="jxr_keyword">throws</strong> MojoExecutionException, MojoFailureException
 <a class="jxr_linenumber" name="L170" href="#L170">170</a>     {
-<a class="jxr_linenumber" name="L171" href="#L171">171</a>     	<strong class="jxr_keyword">if</strong>(skip) {
-<a class="jxr_linenumber" name="L172" href="#L172">172</a>     		getLog().info(<span class="jxr_string">"RAT will not execute since it is configured to be skipped via system property 'rat.skip'."</span>);
-<a class="jxr_linenumber" name="L173" href="#L173">173</a>     		<strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L174" href="#L174">174</a>     	}
-<a class="jxr_linenumber" name="L175" href="#L175">175</a>     	
+<a class="jxr_linenumber" name="L171" href="#L171">171</a>         <strong class="jxr_keyword">if</strong>(skip) {
+<a class="jxr_linenumber" name="L172" href="#L172">172</a>             getLog().info(<span class="jxr_string">"RAT will not execute since it is configured to be skipped via system property 'rat.skip'."</span>);
+<a class="jxr_linenumber" name="L173" href="#L173">173</a>             <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L174" href="#L174">174</a>         }
+<a class="jxr_linenumber" name="L175" href="#L175">175</a> 
 <a class="jxr_linenumber" name="L176" href="#L176">176</a>         <strong class="jxr_keyword">final</strong> File parent = reportFile.getParentFile();
 <a class="jxr_linenumber" name="L177" href="#L177">177</a>         <strong class="jxr_keyword">if</strong>(!parent.mkdirs() &amp;&amp; !parent.isDirectory()) {
 <a class="jxr_linenumber" name="L178" href="#L178">178</a>             <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(<span class="jxr_string">"Could not create report parent directory "</span> + parent);