Update of /cvsroot/bprocessor/model
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19204
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/model/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** build.xml 19 May 2010 15:45:39 -0000 1.22
--- build.xml 21 May 2010 07:31:55 -0000 1.23
***************
*** 133,137 ****
<checkstyle
config="${tools.dir}/checkstyle/checkstyle.xml"
! failOnViolation="true">
<fileset dir="${src.dir}"
includes="**/*.java"
--- 133,137 ----
<checkstyle
config="${tools.dir}/checkstyle/checkstyle.xml"
! failOnViolation="false">
<fileset dir="${src.dir}"
includes="**/*.java"
***************
*** 140,144 ****
</target>
! <target name="compile" depends="copylib,compile-grammar,compile-xml">
<ant dir="src" target="compile"/>
</target>
--- 140,144 ----
</target>
! <target name="compile" depends="checkstyle,copylib,compile-grammar,compile-xml">
<ant dir="src" target="compile"/>
</target>
|