[FOray-commit] SF.net SVN: foray: [10154] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2007-08-08 20:49:48
|
Revision: 10154
http://foray.svn.sourceforge.net/foray/?rev=10154&view=rev
Author: victormote
Date: 2007-08-08 13:49:50 -0700 (Wed, 08 Aug 2007)
Log Message:
-----------
Move the checkstyle task definition to the common script.
Modified Paths:
--------------
trunk/foray/foray-app/scripts/build.xml
trunk/foray/foray-areatree/scripts/build.xml
trunk/foray/foray-common/scripts/build.xml
trunk/foray/foray-core/scripts/build.xml
trunk/foray/foray-font/scripts/build.xml
trunk/foray/foray-fotree/scripts/build.xml
trunk/foray/foray-graphic/scripts/build.xml
trunk/foray/foray-hyphen/scripts/build.xml
trunk/foray/foray-layout/scripts/build.xml
trunk/foray/foray-mif/scripts/build.xml
trunk/foray/foray-output/scripts/build.xml
trunk/foray/foray-pdf/scripts/build.xml
trunk/foray/foray-pioneer/scripts/build.xml
trunk/foray/foray-pretty/scripts/build.xml
trunk/foray/foray-ps/scripts/build.xml
trunk/foray/foray-render/scripts/build.xml
trunk/foray/foray-speech/scripts/build.xml
trunk/foray/foray-text/scripts/build.xml
trunk/foray/scripts/build-common.xml
Modified: trunk/foray/foray-app/scripts/build.xml
===================================================================
--- trunk/foray/foray-app/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-app/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -171,14 +171,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-areatree/scripts/build.xml
===================================================================
--- trunk/foray/foray-areatree/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-areatree/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -131,14 +131,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-common/scripts/build.xml
===================================================================
--- trunk/foray/foray-common/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-common/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -128,14 +128,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-core/scripts/build.xml
===================================================================
--- trunk/foray/foray-core/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-core/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -124,14 +124,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-font/scripts/build.xml
===================================================================
--- trunk/foray/foray-font/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-font/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -194,14 +194,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-fotree/scripts/build.xml
===================================================================
--- trunk/foray/foray-fotree/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-fotree/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -139,14 +139,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-graphic/scripts/build.xml
===================================================================
--- trunk/foray/foray-graphic/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-graphic/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -136,14 +136,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-hyphen/scripts/build.xml
===================================================================
--- trunk/foray/foray-hyphen/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-hyphen/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -183,14 +183,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-layout/scripts/build.xml
===================================================================
--- trunk/foray/foray-layout/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-layout/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -121,14 +121,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-mif/scripts/build.xml
===================================================================
--- trunk/foray/foray-mif/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-mif/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -123,14 +123,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-output/scripts/build.xml
===================================================================
--- trunk/foray/foray-output/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-output/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -133,14 +133,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-pdf/scripts/build.xml
===================================================================
--- trunk/foray/foray-pdf/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-pdf/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -126,14 +126,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-pioneer/scripts/build.xml
===================================================================
--- trunk/foray/foray-pioneer/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-pioneer/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -125,14 +125,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-pretty/scripts/build.xml
===================================================================
--- trunk/foray/foray-pretty/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-pretty/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -124,14 +124,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-ps/scripts/build.xml
===================================================================
--- trunk/foray/foray-ps/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-ps/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -129,14 +129,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}">
<include name="**/*.java"/>
Modified: trunk/foray/foray-render/scripts/build.xml
===================================================================
--- trunk/foray/foray-render/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-render/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -157,14 +157,6 @@
<!-- =================================================================== -->
<target name="style" depends="package-test" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-speech/scripts/build.xml
===================================================================
--- trunk/foray/foray-speech/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-speech/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -129,14 +129,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/foray-text/scripts/build.xml
===================================================================
--- trunk/foray/foray-text/scripts/build.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/foray-text/scripts/build.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -123,14 +123,6 @@
<!-- =================================================================== -->
<target name="style" depends="package" description="Runs checkstyle"
if="checkstyle.home">
- <taskdef name="checkstyle"
- classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
- <classpath>
- <fileset dir="${checkstyle.home}">
- <include name="checkstyle-all-*.jar"/>
- </fileset>
- </classpath>
- </taskdef>
<checkstyle config="../../scripts/checkstyle-config.xml">
<fileset dir="${src.dir}" includes="**/*.java"/>
<classpath>
Modified: trunk/foray/scripts/build-common.xml
===================================================================
--- trunk/foray/scripts/build-common.xml 2007-08-08 20:19:31 UTC (rev 10153)
+++ trunk/foray/scripts/build-common.xml 2007-08-08 20:49:50 UTC (rev 10154)
@@ -48,6 +48,15 @@
<include name="*.jar"/>
</fileset>
+ <taskdef name="checkstyle"
+ classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
+ <classpath>
+ <fileset dir="${checkstyle.home}">
+ <include name="checkstyle-all-*.jar"/>
+ </fileset>
+ </classpath>
+ </taskdef>
+
</target>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|