Using ${tools.dir} instead of ../tools is broke build.
How about move jakarta-avalon-excalibur/tools/etc/checkstyle-frame.xsl to
jakarta-avalon/tools/checkstyle-frame.xsl ?
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 2:12 PM
Subject: cvs commit: jakarta-avalon-excalibur/zip build.xml
> colus 02/04/15 22:12:41
>
> Modified: cli build.xml
> altrmi build.xml
> baxter build.xml
> bzip2 build.xml
> cache build.xml
> collections build.xml
> component build.xml
> concurrent build.xml
> datasource build.xml
> event build.xml
> extension build.xml
> fortress build.xml
> i18n build.xml
> instrument build.xml
> instrument-client build.xml
> instrument-manager build.xml
> io build.xml
> logger build.xml
> monitor build.xml
> naming build.xml
> pool build.xml
> sourceresolve build.xml
> tar build.xml
> template-product build.xml
> testcase build.xml
> thread build.xml
> threadcontext build.xml
> util build.xml
> xmlbundle build.xml
> zip build.xml
> Log:
> Use properties instead of fixed path
>
> Revision Changes Path
> 1.37 +2 -2 jakarta-avalon-excalibur/cli/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
> retrieving revision 1.36
> retrieving revision 1.37
> diff -u -r1.36 -r1.37
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.36
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.37
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.15 +2 -2 jakarta-avalon-excalibur/altrmi/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -r1.14 -r1.15
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.14
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.15
> @@ -246,7 +246,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -257,7 +257,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html"/>
>
> </target>
>
>
>
> 1.17 +2 -2 jakarta-avalon-excalibur/baxter/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -r1.16 -r1.17
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.16
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.17
> @@ -229,7 +229,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -240,7 +240,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.17 +2 -2 jakarta-avalon-excalibur/bzip2/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -r1.16 -r1.17
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.16
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.17
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.26 +2 -2 jakarta-avalon-excalibur/cache/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
> retrieving revision 1.25
> retrieving revision 1.26
> diff -u -r1.25 -r1.26
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.25
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.26
> @@ -225,7 +225,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -236,7 +236,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.15 +2 -2 jakarta-avalon-excalibur/collections/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -r1.14 -r1.15
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.14
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.15
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.13 +2 -2 jakarta-avalon-excalibur/component/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
> retrieving revision 1.12
> retrieving revision 1.13
> diff -u -r1.12 -r1.13
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.12
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.13
> @@ -241,7 +241,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -252,7 +252,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.15 +2 -2 jakarta-avalon-excalibur/concurrent/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -r1.14 -r1.15
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.14
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.15
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.12 +2 -2 jakarta-avalon-excalibur/datasource/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -u -r1.11 -r1.12
> --- build.xml 14 Apr 2002 10:19:38 -0000 1.11
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.12
> @@ -361,7 +361,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -372,7 +372,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.19 +2 -2 jakarta-avalon-excalibur/event/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
> retrieving revision 1.18
> retrieving revision 1.19
> diff -u -r1.18 -r1.19
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.18
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.19
> @@ -240,7 +240,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -251,7 +251,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.41 +2 -2 jakarta-avalon-excalibur/extension/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
> retrieving revision 1.40
> retrieving revision 1.41
> diff -u -r1.40 -r1.41
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.40
> +++ build.xml 16 Apr 2002 05:12:39 -0000 1.41
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.10 +2 -2 jakarta-avalon-excalibur/fortress/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.9
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.10
> @@ -248,7 +248,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -259,7 +259,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.39 +2 -2 jakarta-avalon-excalibur/i18n/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
> retrieving revision 1.38
> retrieving revision 1.39
> diff -u -r1.38 -r1.39
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.38
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.39
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.17 +2 -2 jakarta-avalon-excalibur/instrument/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -r1.16 -r1.17
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.16
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.17
> @@ -223,7 +223,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -234,7 +234,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html"/>
>
> </target>
>
>
>
> 1.23 +2 -2
jakarta-avalon-excalibur/instrument-client/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-client/build.xml,v
> retrieving revision 1.22
> retrieving revision 1.23
> diff -u -r1.22 -r1.23
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.22
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.23
> @@ -245,7 +245,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -256,7 +256,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html"/>
>
> </target>
>
>
>
> 1.22 +2 -2
jakarta-avalon-excalibur/instrument-manager/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/build.xml,v
> retrieving revision 1.21
> retrieving revision 1.22
> diff -u -r1.21 -r1.22
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.21
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.22
> @@ -266,7 +266,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -277,7 +277,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html"/>
>
> </target>
>
>
>
> 1.44 +2 -2 jakarta-avalon-excalibur/io/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
> retrieving revision 1.43
> retrieving revision 1.44
> diff -u -r1.43 -r1.44
> --- build.xml 14 Apr 2002 13:07:58 -0000 1.43
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.44
> @@ -226,7 +226,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -237,7 +237,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.11 +2 -2 jakarta-avalon-excalibur/logger/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -u -r1.10 -r1.11
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.10
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.11
> @@ -260,7 +260,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -271,7 +271,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.10 +2 -2 jakarta-avalon-excalibur/monitor/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.9
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.10
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.41 +2 -2 jakarta-avalon-excalibur/naming/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
> retrieving revision 1.40
> retrieving revision 1.41
> diff -u -r1.40 -r1.41
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.40
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.41
> @@ -231,7 +231,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -242,7 +242,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.15 +2 -2 jakarta-avalon-excalibur/pool/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -r1.14 -r1.15
> --- build.xml 14 Apr 2002 10:19:39 -0000 1.14
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.15
> @@ -239,7 +239,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -250,7 +250,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.10 +2 -2 jakarta-avalon-excalibur/sourceresolve/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.9
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.10
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.20 +2 -2 jakarta-avalon-excalibur/tar/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/tar/build.xml,v
> retrieving revision 1.19
> retrieving revision 1.20
> diff -u -r1.19 -r1.20
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.19
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.20
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.18 +2 -2 jakarta-avalon-excalibur/template-product/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file:
/home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
> retrieving revision 1.17
> retrieving revision 1.18
> diff -u -r1.17 -r1.18
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.17
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.18
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.11 +2 -2 jakarta-avalon-excalibur/testcase/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -u -r1.10 -r1.11
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.10
> +++ build.xml 16 Apr 2002 05:12:40 -0000 1.11
> @@ -232,7 +232,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -243,7 +243,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.14 +2 -2 jakarta-avalon-excalibur/thread/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
> retrieving revision 1.13
> retrieving revision 1.14
> diff -u -r1.13 -r1.14
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.13
> +++ build.xml 16 Apr 2002 05:12:41 -0000 1.14
> @@ -234,7 +234,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -245,7 +245,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.12 +2 -2 jakarta-avalon-excalibur/threadcontext/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -u -r1.11 -r1.12
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.11
> +++ build.xml 16 Apr 2002 05:12:41 -0000 1.12
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.11 +2 -2 jakarta-avalon-excalibur/util/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/util/build.xml,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -u -r1.10 -r1.11
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.10
> +++ build.xml 16 Apr 2002 05:12:41 -0000 1.11
> @@ -226,7 +226,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -237,7 +237,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.10 +2 -2 jakarta-avalon-excalibur/xmlbundle/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.9
> +++ build.xml 16 Apr 2002 05:12:41 -0000 1.10
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
> 1.20 +2 -2 jakarta-avalon-excalibur/zip/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.xml,v
> retrieving revision 1.19
> retrieving revision 1.20
> diff -u -r1.19 -r1.20
> --- build.xml 14 Apr 2002 10:19:40 -0000 1.19
> +++ build.xml 16 Apr 2002 05:12:41 -0000 1.20
> @@ -224,7 +224,7 @@
> <include name="**/*.java"/>
> </fileset>
> <formatter type="plain"/>
> - <formatter type="xml"
toFile="build/checkstyle-results.xml"/>
> + <formatter type="xml"
toFile="${build.dir}/checkstyle-results.xml"/>
> </checkstyle>
> </target>
>
> @@ -235,7 +235,7 @@
>
> <mkdir dir="${build.reports}/checkstyle"/>
> <property name="checkstyle.pathhack" location="."/>
> - <style style="../tools/etc/checkstyle-frames.xsl"
in="build/checkstyle-results.xml"
> + <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
> out="${build.reports}/checkstyle/delete-me.html">
> <param name="pathhack"
expression="${checkstyle.pathhack}"/>
> </style>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>