Revision: 17200
          http://sourceforge.net/p/gate/code/17200
Author:   ian_roberts
Date:     2013-12-20 17:13:01 +0000 (Fri, 20 Dec 2013)
Log Message:
-----------
Explicit encoding for <javac>

Modified Paths:
--------------
    gate/trunk/plugins/Lang_Russian/build.xml

Modified: gate/trunk/plugins/Lang_Russian/build.xml
===================================================================
--- gate/trunk/plugins/Lang_Russian/build.xml   2013-12-20 17:10:05 UTC (rev 
17199)
+++ gate/trunk/plugins/Lang_Russian/build.xml   2013-12-20 17:13:01 UTC (rev 
17200)
@@ -24,7 +24,14 @@
 
        <!-- compile the source -->
        <target name="compile" depends="prepare">
-               <javac classpathref="compile.classpath" srcdir="${src.dir}" 
destdir="${classes.dir}" debug="true" debuglevel="lines,source" source="1.6" 
target="1.6" />
+               <javac classpathref="compile.classpath"
+                    srcdir="${src.dir}"
+                    destdir="${classes.dir}"
+                    debug="true"
+                    debuglevel="lines,source"
+                    encoding="UTF-8"
+                    source="1.6"
+                    target="1.6" />
        </target>
 
        <!-- copy resources (i.e. anything non-.java) from src to classes -->

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to