donaldp 02/03/26 03:54:01
Modified: baxter build.xml
bzip2 build.xml
cache build.xml
cli build.xml
extension build.xml
i18n build.xml
instrument build.xml
instrument-client build.xml
io build.xml
naming build.xml
tar build.xml
template-product build.xml
zip build.xml
Log:
Remove the jdepend target from all the build.xml's
Revision Changes Path
1.3 +1 -19 jakarta-avalon-excalibur/baxter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 26 Mar 2002 10:40:23 -0000 1.2
+++ build.xml 26 Mar 2002 11:54:00 -0000 1.3
@@ -169,24 +169,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -239,7 +221,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.3 +1 -19 jakarta-avalon-excalibur/bzip2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 26 Mar 2002 10:40:23 -0000 1.2
+++ build.xml 26 Mar 2002 11:54:00 -0000 1.3
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -238,7 +220,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.10 +1 -19 jakarta-avalon-excalibur/cache/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 26 Mar 2002 10:40:22 -0000 1.9
+++ build.xml 26 Mar 2002 11:54:00 -0000 1.10
@@ -173,24 +173,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -243,7 +225,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.23 +1 -19 jakarta-avalon-excalibur/cli/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 26 Mar 2002 10:40:22 -0000 1.22
+++ build.xml 26 Mar 2002 11:54:00 -0000 1.23
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -238,7 +220,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.26 +1 -19 jakarta-avalon-excalibur/extension/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 26 Mar 2002 10:40:22 -0000 1.25
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.26
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -238,7 +220,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.26 +1 -19 jakarta-avalon-excalibur/i18n/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 26 Mar 2002 10:40:22 -0000 1.25
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.26
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -239,7 +221,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.2 +1 -19 jakarta-avalon-excalibur/instrument/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 26 Mar 2002 11:17:21 -0000 1.1
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.2
@@ -167,24 +167,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -235,7 +217,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report,
javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.2 +1 -19 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 26 Mar 2002 11:32:23 -0000 1.1
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.2
@@ -202,24 +202,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -270,7 +252,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report,
javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.27 +1 -19 jakarta-avalon-excalibur/io/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 26 Mar 2002 10:40:22 -0000 1.26
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.27
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -238,7 +220,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.27 +1 -19 jakarta-avalon-excalibur/naming/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 26 Mar 2002 10:40:22 -0000 1.26
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.27
@@ -175,24 +175,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -245,7 +227,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.6 +1 -19 jakarta-avalon-excalibur/tar/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tar/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 26 Mar 2002 10:40:23 -0000 1.5
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.6
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -238,7 +220,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.4 +1 -19 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 24 Mar 2002 03:26:39 -0000 1.3
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.4
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -236,7 +218,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
1.5 +1 -19 jakarta-avalon-excalibur/zip/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 26 Mar 2002 10:40:23 -0000 1.4
+++ build.xml 26 Mar 2002 11:54:01 -0000 1.5
@@ -168,24 +168,6 @@
</target>
- <target name="jdepend" if="do.jdepend" description="Generate Dependency
Analysis Report">
-
- <!-- this invocation of jdepend requires the CVS version of ant for
the xml format -->
- <!-- thats why you are required to define do.jdepend property to
generate the report -->
- <jdepend outputfile="${build.dir}/jdepend-results.xml" format="xml"
fork="yes">
- <classpath refid="project.class.path"/>
- <sourcespath>
- <pathelement location="src/java" />
- </sourcespath>
- </jdepend>
-
- <mkdir dir="${build.reports}/jdepend"/>
- <style in="${build.dir}/jdepend-results.xml"
- processor="trax"
- out="${build.reports}/jdepend/delete-me.txt"
- style="${ant.home}/etc/jdepend-frames.xsl"/>
- </target>
-
<target name="checkstyle" if="do.checkstyle" description="Checkstyle">
<!-- this invocation of checkstyle requires that checkstyle be
downloaded and setup -->
@@ -238,7 +220,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="jar, test-reports, jdepend, checkstyle-report, javadocs"
+ depends="jar, test-reports, checkstyle-report, javadocs"
description="Generates the jar files">
<mkdir dir="${dist.dir}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>