(no commit message)
[utils] / build / trailer.xml
index 95ba839c374248d0380a2959caa865339ad70c2d..a57b7da32c38c10f7affaaefb5b0008028a4e7c5 100644 (file)
        </javadoc>
        <echo
                message="Unfortuantely, this target will have generated some errors but the pdf will still look fine" />
+       <echo>Result is available in ${module.pdfdoc.dir}"</echo>
 </target>
 
 <!-- ============================================================================
                classpath="${module.classpath}"
                sourcepath="${module.source.dir}">
        </javadoc>
+       <echo>Results are available in ${module.doccheck.dir}"</echo>
 </target>
 
 <!-- ============================================================================
                <fileset dir="${module.source.dir}" includes="**/*.java" />
                <formatter type="plain" />
        </checkstyle>
-       <!--
-       <checkstyle config="${build.dir}/${checkstyle.test.rules}"
+       <checkstyle config="${build.dir}/${checkstyle.rules}"
                failOnViolation="false">
                <classpath>
                  <pathelement path="${module.testbuild.path}"/>
                <fileset dir="${module.test.dir}" includes="**/*.java" />
                <formatter type="plain" />
        </checkstyle>
-       -->
 </target>
 
 <!-- ============================================================================