Changeset 33960 in osm for applications


Ignore:
Timestamp:
2017-12-21T17:09:49+01:00 (7 years ago)
Author:
donvip
Message:

add includeantruntime=false option when compiling unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r33955 r33960  
    474474    <target name="test-compile" depends="test-init,dist" if="test.present">
    475475        <sequential>
    476             <javac debug="on" srcdir="${plugin.test.dir}/unit" destdir="${plugin.test.dir}/build/unit" encoding="UTF-8">
     476            <javac debug="on" includeantruntime="false" srcdir="${plugin.test.dir}/unit" destdir="${plugin.test.dir}/build/unit" encoding="UTF-8">
    477477                <classpath>
    478478                    <fileset refid="plugin.requires.jars"/>
Note: See TracChangeset for help on using the changeset viewer.