Ignore:
Timestamp:
2008-09-07T16:32:10+02:00 (16 years ago)
Author:
stotz
Message:

Added encoding="UTF-8" to javac task (required for Windows)

File:
1 edited

Legend:

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

    r10125 r10536  
    2121  <target name="compile" depends="init">
    2222    <echo message="creating ${plugin.jar}"/>
    23     <javac srcdir="src" classpath="${josm}" destdir="build" debug="true">
     23    <javac srcdir="src" classpath="${josm}" destdir="build" debug="true" encoding="UTF-8">
    2424      <include name="**/*.java" />
    2525    </javac>
Note: See TracChangeset for help on using the changeset viewer.