mcconnell 2003/02/13 21:38:41
Modified: meta build.xml
Log:
Removed broken report tasks.
Revision Changes Path
1.10 +1 -33 avalon-sandbox/meta/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 14 Feb 2003 04:05:09 -0000 1.9
+++ build.xml 14 Feb 2003 05:38:41 -0000 1.10
@@ -224,29 +224,6 @@
</target>
- <target name="test-reports" depends="test" description="Generate Reports for
the unit tests">
-
- <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkBSF"/>
-
- <mkdir dir="${build.reports}/junit"/>
-
- <junitreport todir="${build.reports}/junit">
- <fileset dir="${build.tests}">
- <include name="TEST-*.xml"/>
- </fileset>
- <report format="frames" todir="${build.reports}/junit"/>
- </junitreport>
-
- <!-- Clean up the xml reports used by the junitreport task -->
- <!--
- <delete>
- <fileset dir="${build.tests}" includes="TEST-*.xml"/>
- <fileset dir="${build.tests}" includes="TESTS-*.xml"/>
- </delete>
- -->
-
- </target>
-
<target name="checkstyle" if="do.checkstyle">
<taskdef classpath="${checkstyle.jar}"
resource="checkstyletask.properties"/>
@@ -262,19 +239,10 @@
</checkstyle>
</target>
- <target name="checkstyle-report" depends="checkstyle" if="do.checkstyle"
- description="Generate Checkstyle Report">
- <mkdir dir="${build.reports}"/>
- <property name="checkstyle.pathhack" location="."/>
- <style style="${tools.dir}/etc/checkstyle-frames.xsl"
in="${build.dir}/checkstyle-results.xml"
- out="${build.reports}/delete-me.html.html">
- <param name="pathhack" expression="${checkstyle.pathhack}"/>
- </style>
- </target>
<!-- Creates the distribution -->
<target name="dist"
- depends="dist-jar, test-reports, checkstyle-report, javadocs"
+ depends="dist-jar, javadocs"
description="Generates a distribution (jar + javadocs + unit tests +
checkstyle reports)">
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]