Changeset 36488 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2026-02-13T17:37:08+01:00 (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r36486 r36488 601 601 <delete dir="../00_core_test_config/unit-josm.home/cache" failonerror="false"/> 602 602 </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"> 604 604 <sequential> 605 605 <javac debug="on" includeantruntime="false" srcdir="${plugin.test.dir}/unit" destdir="${plugin.test.dir}/build/unit" encoding="UTF-8" … … 608 608 <fileset refid="plugin.requires.jars"/> 609 609 <path refid="test.classpath"/> 610 <path refid="plugin.classpath.actual"/> 610 611 </classpath> 611 612 <compilerarg value="-Xlint:all"/>
Note:
See TracChangeset
for help on using the changeset viewer.
