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/videomapping/build.xml

    r29435 r29694  
    6464    <target name="compile" depends="init">
    6565        <echo message="compiling sources for ${plugin.jar} ..."/>
    66         <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}">
     66        <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}" encoding="UTF-8">
    6767            <compilerarg value="-Xlint:deprecation"/>
    6868            <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.