Ignore:
Timestamp:
2013-06-23T13:59:41+02:00 (12 years ago)
Author:
bastik
Message:

applied #josm8817 - Plugins don't compile if you use a non UTF-8 locale (patch by Gnonthgol)

File:
1 edited

Legend:

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

    r29679 r29694  
    8181    <target name="compile" depends="init, compile_lang3, compile_poi, compile_jopendoc, compile_neptune, compile_j7zip">
    8282        <echo message="compiling sources for  ${plugin.jar} ... "/>
    83         <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false">
     83        <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
    8484            <classpath>
    8585                    <pathelement path="${plugin.build.dir}"/>
Note: See TracChangeset for help on using the changeset viewer.