Changeset 12586 in josm for trunk/build.xml


Ignore:
Timestamp:
2017-08-09T21:54:38+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14794 - update to checkstyle 8.0 (to match the version used by Eclipse CS) + add new project to build custom Eclipse plugin (now required)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r12583 r12586  
    764764    <target name="checkstyle-compile" depends="init-properties">
    765765        <mkdir dir="${checkstyle-build.dir}"/>
    766         <javac sourcepath="" srcdir="${base.dir}/tools/checkstyle/checks" failonerror="true"
     766        <javac sourcepath="" srcdir="${base.dir}/tools/checkstyle/src" failonerror="true"
    767767            destdir="${checkstyle-build.dir}" target="1.8" source="1.8" debug="on"
    768768            includeantruntime="false" createMissingPackageInfoClass="false"
Note: See TracChangeset for help on using the changeset viewer.