Skip to Content.
Sympa Menu

notify-dpml - r879 - in trunk/main: . depot/tools/builder/etc/prefs/templates

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: carelparadis AT mail.berlios.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r879 - in trunk/main: . depot/tools/builder/etc/prefs/templates
  • Date: Sun, 8 Jan 2006 21:00:45 +0100

Author: carelparadis
Date: 2006-01-08 21:00:37 +0100 (Sun, 08 Jan 2006)
New Revision: 879

Modified:
trunk/main/build.xml
trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
Log:
Resolve the issue about checkstyle report generation when building with JDK
1.5.

Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2006-01-08 13:43:28 UTC (rev 878)
+++ trunk/main/build.xml 2006-01-08 20:00:37 UTC (rev 879)
@@ -283,6 +283,7 @@
<xslt style="${dpml.prefs}/dpml/tools/xsls/checkstyle-frames.xsl"
in="${checkstyle.data}"
out="${checkstyle.dir}/checkstyle_report.html">
+ <param name="output.dir" expression="${checkstyle.dir}"/>
</xslt>
</target>


Modified: trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
===================================================================
--- trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
2006-01-08 13:43:28 UTC (rev 878)
+++ trunk/main/depot/tools/builder/etc/prefs/templates/standard.template
2006-01-08 20:00:37 UTC (rev 879)
@@ -65,6 +65,7 @@
<xslt style="${dpml.prefs}/dpml/tools/xsls/checkstyle-frames.xsl"
in="${checkstyle.data}"
out="${checkstyle.dir}/checkstyle_report.html" />
+ <param name="output.dir" expression="${checkstyle.dir}"/>
</target>

</project>




  • r879 - in trunk/main: . depot/tools/builder/etc/prefs/templates, carelparadis, 01/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page