[jsword-svn] jsword-support/tools/checkstyle-4.0-beta2 s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Fri May 13 19:40:20 MST 2005


Update of /cvs/jsword/jsword-support/tools/checkstyle-4.0-beta2
In directory www.crosswire.org:/tmp/cvs-serv27038/tools/checkstyle-4.0-beta2

Modified Files:
	build.xml 
Log Message:
I think this fixes the checkstyle problem.

Index: build.xml
===================================================================
RCS file: /cvs/jsword/jsword-support/tools/checkstyle-4.0-beta2/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml	14 May 2005 01:48:11 -0000	1.3
--- build.xml	14 May 2005 02:40:18 -0000	1.4
***************
*** 17,21 ****
        <filterset>
          <filter token="source.java" value="${basedir}/${source.java}"/>
!         <filter token="target.checkstyle" value="${basedir}/${target.web}/checkstyle"/>
        </filterset>
      </copy>
--- 17,21 ----
        <filterset>
          <filter token="source.java" value="${basedir}/${source.java}"/>
!         <filter token="target.checkstyle" value="${webapp.jsword}/checkstyle"/>
        </filterset>
      </copy>
***************
*** 24,29 ****
        <formatter type="plain"/>
        <formatter type="xml" toFile="${target.web}/checkstyle/checkstyle_errors.xml"/>
!       <!-- Location of cache-file. -->
!       <property key="checkstyle.cache.file" file="${support.style}/cachefile.dat"/>    </checkstyle>
      <style
          in="${target.web}/checkstyle/checkstyle_errors.xml"
--- 24,28 ----
        <formatter type="plain"/>
        <formatter type="xml" toFile="${target.web}/checkstyle/checkstyle_errors.xml"/>
!     </checkstyle>
      <style
          in="${target.web}/checkstyle/checkstyle_errors.xml"



More information about the jsword-svn mailing list