You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/07/04 12:58:10 UTC

svn commit: r674002 - /ant/ivy/core/trunk/build.xml

Author: xavier
Date: Fri Jul  4 03:58:09 2008
New Revision: 674002

URL: http://svn.apache.org/viewvc?rev=674002&view=rev
Log:
set compile encoding to ISO-8859-1 for tests, since we use an ISO-8859-1 character (FIX IVY-851)

Modified:
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=674002&r1=674001&r2=674002&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Fri Jul  4 03:58:09 2008
@@ -414,6 +414,7 @@
                 source="${ivy.minimum.javaversion}"
                 target="${ivy.minimum.javaversion}"
                 debug="${debug.mode}"
+                encoding="ISO-8859-1"
                 includeantruntime="no" />
         <copy todir="${test.build.dir}">
             <fileset dir="${test.dir}">