Changeset 9357 in josm for trunk/build.xml
- Timestamp:
- 2016-01-09T19:05:20+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9330 r9357 648 648 <target name="epsg-compile" depends="compile"> 649 649 <mkdir dir="build2"/> 650 <javac sourcepath="" srcdir="scripts" 650 <javac sourcepath="" srcdir="scripts" failonerror="true" 651 651 destdir="build2" target="1.7" source="1.7" debug="on" includeantruntime="false" createMissingPackageInfoClass="false" encoding="UTF-8" classpath="build"> 652 652 </javac> … … 655 655 <target name="epsg" depends="epsg-compile"> 656 656 <touch file="${epsg.output}"/> 657 <java classname="BuildProjectionDefinitions" >657 <java classname="BuildProjectionDefinitions" failonerror="true"> 658 658 <classpath> 659 659 <pathelement path="."/> … … 661 661 <pathelement path="build2"/> 662 662 </classpath> 663 <arg value="${basedir}"/> 663 664 </java> 664 665 </target>
Note:
See TracChangeset
for help on using the changeset viewer.