donaldp     2002/07/24 18:40:38

  Modified:    converter build.xml
  Log:
  Remove report generation
  
  Revision  Changes    Path
  1.7       +2 -39     jakarta-avalon-excalibur/converter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/converter/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 7 Jul 2002 03:21:00 -0000       1.6
  +++ build.xml 25 Jul 2002 01:40:38 -0000      1.7
  @@ -185,29 +185,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" description="Checkstyle">
   
           <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkCheckstyle"/>
  @@ -247,22 +224,8 @@
           </checkstyle>
       </target>
   
  -    <target name="checkstyle-report"
  -        depends="checkstyle"
  -        if="do.checkstyle"
  -        description="Generate Checkstyle Report">
  -
  -        <mkdir dir="${build.reports}/checkstyle"/>
  -        <property name="checkstyle.pathhack" location="."/>
  -        <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>
  -
  -    </target>
  -
       <!-- Create the source distribution -->
  -    <target name="dist" depends="dist-jar, test-reports, checkstyle-report, 
javadocs"
  +    <target name="dist" depends="dist-jar, test, checkstyle, javadocs"
           description="Generates a source distribution (jar + src + javadocs + 
unittest and checkstyle reports">
   
           <mkdir dir="${src.dist.dir}" />
  @@ -318,7 +281,7 @@
   
       <!-- Creates the distribution -->
       <target name="bin-dist"
  -        depends="dist-jar, test-reports, checkstyle-report, javadocs"
  +        depends="dist-jar, test, checkstyle, javadocs"
           description="Generates a distribution (jar + javadocs + unit tests + 
checkstyle reports)">
   
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to