You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/03/26 13:00:27 UTC

cvs commit: jakarta-avalon-excalibur/instrument-manager build.xml

donaldp     02/03/26 04:00:27

  Modified:    instrument-manager build.xml
  Log:
  Remove jdepend target from build.xml
  
  Revision  Changes    Path
  1.2       +1 -19     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	26 Mar 2002 11:56:15 -0000	1.1
  +++ build.xml	26 Mar 2002 12:00:27 -0000	1.2
  @@ -185,24 +185,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 -->
  @@ -253,7 +235,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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>