Modified:
websites/staging/creadur/trunk/content/rat/apache-rat-plugin/xref/org/apache/rat/mp/RatCheckMojo.html
==============================================================================
---
websites/staging/creadur/trunk/content/rat/apache-rat-plugin/xref/org/apache/rat/mp/RatCheckMojo.html
(original)
+++
websites/staging/creadur/trunk/content/rat/apache-rat-plugin/xref/org/apache/rat/mp/RatCheckMojo.html
Sat Aug 16 18:31:47 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() &&
!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);