You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/03/26 19:16:30 UTC

svn commit: r1461252 - /clerezza/trunk/platform.launcher.tdb/pom.xml

Author: reto
Date: Tue Mar 26 18:16:30 2013
New Revision: 1461252

URL: http://svn.apache.org/r1461252
Log:
CLEREZZA-750: added fie.encoding utf-8 (to circcumvent bug with other encodings)

Modified:
    clerezza/trunk/platform.launcher.tdb/pom.xml

Modified: clerezza/trunk/platform.launcher.tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.tdb/pom.xml?rev=1461252&r1=1461251&r2=1461252&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.tdb/pom.xml (original)
+++ clerezza/trunk/platform.launcher.tdb/pom.xml Tue Mar 26 18:16:30 2013
@@ -136,7 +136,7 @@
                         <property name="vm.args" value=""/>
                         <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar"
                   dir="${project.build.directory}">
-                            <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}"/>
+                            <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M -Dfile.encoding=utf-8 ${vm.args}"/>
                         </java>
                     </target>
                 </configuration>