Ignore:
Timestamp:
2026-02-13T17:37:08+01:00 (9 days ago)
Author:
stoecker
Message:

fix #24638 - fix test build, add missing tr()'s, checkstyle fixes

File:
1 edited

Legend:

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

    r36486 r36488  
    601601        <delete dir="../00_core_test_config/unit-josm.home/cache" failonerror="false"/>
    602602    </target>
    603     <target name="test-compile" depends="test-init,dist" if="test.present" unless="skip-test">
     603    <target name="test-compile" depends="test-init,dist,plugin-classpath-actual" if="test.present" unless="skip-test">
    604604        <sequential>
    605605            <javac debug="on" includeantruntime="false" srcdir="${plugin.test.dir}/unit" destdir="${plugin.test.dir}/build/unit" encoding="UTF-8"
     
    608608                    <fileset refid="plugin.requires.jars"/>
    609609                    <path refid="test.classpath"/>
     610                    <path refid="plugin.classpath.actual"/>
    610611                </classpath>
    611612                <compilerarg value="-Xlint:all"/>
Note: See TracChangeset for help on using the changeset viewer.