Changeset 8508 in josm for trunk/build.xml
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 6 6 findbugs-josm.xml 7 7 javadoc 8 checkstyle-josm.xml
-
- Property svn:ignore
-
trunk/build.xml
r8173 r8508 572 572 </target> 573 573 574 <target name="checkstyle"> 575 <taskdef resource="checkstyletask.properties" classpath="tools/checkstyle/checkstyle-6.7-all.jar"/> 576 <checkstyle config="tools/checkstyle/josm_checks.xml"> 577 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"/> 578 <fileset dir="${basedir}/test" includes="**/*.java"/> 579 <formatter type="xml" toFile="checkstyle-josm.xml"/> 580 </checkstyle> 581 </target> 582 574 583 <target name="findbugs" depends="dist"> 575 584 <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="tools/findbugs/findbugs-ant.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.