/[Apache-SVN]/maven/components/trunk/maven-reports/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java
ViewVC logotype

Diff of /maven/components/trunk/maven-reports/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- maven/components/trunk/maven-reports/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java	2005/05/13 13:20:13	170017
+++ maven/components/trunk/maven-reports/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java	2005/05/13 13:24:05	170018
@@ -98,7 +98,8 @@ public class CheckstyleReport
         if ( StringUtils.isNotEmpty( extraFormatter ) )
         {
             FileOutputStream out;
-            File resultFile = new File( getConfiguration().getOutputDirectory(), resultFileName );
+            // TODO: I removed outputDirectory, and shouldn't have. Put it back here.
+            File resultFile = new File( getConfiguration().getModel().getBuild().getDirectory() + "/site", resultFileName );
             try
             {
                 File parentFile = resultFile.getParentFile();

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26