Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Update
saxon6
saxon-javac-encoding.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File saxon-javac-encoding.patch of Package saxon6
--- build.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Index: saxon6-6.5.5/build.xml =================================================================== --- saxon6-6.5.5.orig/build.xml 2012-10-31 08:40:05.638975835 +0100 +++ saxon6-6.5.5/build.xml 2012-10-31 09:18:39.041126142 +0100 @@ -36,7 +36,9 @@ <!-- Build classes --> <target name="classes" depends="prepare"> - <javac srcdir="${src}" destdir="${build.classes}"/> + <javac srcdir="${src}" destdir="${build.classes}"> + <compilerarg line="-encoding iso-8859-1"/> + </javac> </target> <!-- Build jar archives --> @@ -77,6 +79,7 @@ package="true" author="true" version="true" + Encoding="iso-8859-1" packagenames="com.icl.saxon.*,org.w3c.xsl.*" > <link href="${j2se.javadoc}"/>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor