Revision: 17202
http://sourceforge.net/p/gate/code/17202
Author: johann_p
Date: 2013-12-20 17:17:12 +0000 (Fri, 20 Dec 2013)
Log Message:
-----------
Explicit encoding for <javac>
Modified Paths:
--------------
gate/trunk/plugins/Text_Categorization/build.xml
Modified: gate/trunk/plugins/Text_Categorization/build.xml
===================================================================
--- gate/trunk/plugins/Text_Categorization/build.xml 2013-12-20 17:14:54 UTC
(rev 17201)
+++ gate/trunk/plugins/Text_Categorization/build.xml 2013-12-20 17:17:12 UTC
(rev 17202)
@@ -57,7 +57,13 @@
<target name="compile" depends="init, depend"
description="compile the source " >
<!-- Compile the java code from ${src} into ${build} -->
- <javac srcdir="${src}" destdir="${build}" debug="true" source="1.6"
target="1.6">
+ <javac
+ srcdir="${src}"
+ destdir="${build}"
+ encoding="UTF-8"
+ debug="true"
+ source="1.6"
+ target="1.6">
<classpath refid="compile.classpath"/>
</javac>
</target>
@@ -120,4 +126,4 @@
</delete>
<delete file="${test.jar.location}" />
</target>
-</project>
\ No newline at end of file
+</project>
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