[jsword-svn] jsword-support/tools/findbugs-0.8.6 s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Mar 19 20:38:36 MST 2005


Update of /cvs/jsword/jsword-support/tools/findbugs-0.8.6
In directory www.crosswire.org:/tmp/cvs-serv9515/tools/findbugs-0.8.6

Modified Files:
	build.xml 
Log Message:
Generate html directly in a more useful form.

Index: build.xml
===================================================================
RCS file: /cvs/jsword/jsword-support/tools/findbugs-0.8.6/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml	20 Mar 2005 03:20:20 -0000	1.2
--- build.xml	20 Mar 2005 03:38:34 -0000	1.3
***************
*** 34,39 ****
      <mkdir dir="${target.web}/findbugs"/>
      <findbugs home="${support.bugs}"
!         output="xml"
!         outputFile="${target.web}/findbugs/report.xml"
          reportLevel="low"
          sort="text"
--- 34,39 ----
      <mkdir dir="${target.web}/findbugs"/>
      <findbugs home="${support.bugs}"
!         output="html"
!         outputFile="${target.web}/findbugs/index.html"
          reportLevel="low"
          sort="text"
***************
*** 57,68 ****
        <fileset dir="${target.bugs.src}"/>
      </delete>
-     <style
-         in="${target.web}/findbugs/report.xml"
-         out="${target.web}/findbugs/index.html"
-         style="${support.bugs}/findbugs.xsl">
-       <!-- The messages.xml file is from plugin/coreplugin.jar -->
-       <param name="messagefile" expression="messages.xml"/>
-       <!-- expression="jar:file://${basedir}/${support.bugs}/plugin/coreplugin.jar!messages.xml"/> -->
-     </style>
    </target>
  
--- 57,60 ----



More information about the jsword-svn mailing list