Changeset 11679 in josm for trunk


Ignore:
Timestamp:
2017-03-05T01:04:31+01:00 (7 years ago)
Author:
michael2402
Message:

Checkstyle: Print warnings to console during checkstyle build and do not just store them in the log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11676 r11679  
    731731                excludes="gui/mappaint/mapcss/parsergen/*.java"/>
    732732            <fileset dir="${base.dir}/test" includes="**/*.java"/>
     733                <formatter type="plain"/>
    733734            <formatter type="xml" toFile="checkstyle-josm.xml"/>
    734735        </checkstyle>
Note: See TracChangeset for help on using the changeset viewer.