Issue 67572 - Build breaks in xmerge/source/writer2latex/source/writer2latex/latex/content/DrawConverter.java
Summary: Build breaks in xmerge/source/writer2latex/source/writer2latex/latex/content/...
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: 680m177
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0.4
Assignee: kurt.zenker
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-19 15:59 UTC by kendy
Modified: 2006-07-23 13:28 UTC (History)
3 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description kendy 2006-07-19 15:59:52 UTC
The fix:

--- 
xmerge/source/writer2latex/source/writer2latex/latex/content/DrawConverter.java	
2006-07-19 16:53:09.000000000 +0200
+++ 
xmerge/source/writer2latex/source/writer2latex/latex/content/DrawConverter.java	
2006-07-19 16:53:14.000000000 +0200
@@ -193,7 +193,7 @@ public class DrawConverter extends Conve
         /* TODO (0.4): handle cropping and mirror:
            style:mirror can be none, vertical (lodret), horizontal (vandret),
            horizontal-on-odd, or
-           horizontal-on-even (vandret på ulige hhv. lige side).
+           horizontal-on-even (vandret pa ulige hhv. lige side).
    		   mirror is handled with scalebox, eg:
         		%\\scalebox{-1}[1]{...}
 		   can check for even/odd page first!!

It's due to non-utf8 character in the comment:

Compiling 63 source files 
to /local/ooo-build/ooo-build/build/src680-m177/xmerge/unxlngx6.pro/class/writer2latex
/local/ooo-build/ooo-build/build/src680-m177/xmerge/source/writer2latex/source/writer2latex/latex/content/DrawConverter.java:196: 
error: Unrecognized character for encoding 'UTF-8'.
           horizontal-on-even (vandret p ulige hhv. lige side).
                                           ^
1 error

BUILD FAILED
/local/ooo-build/ooo-build/build/src680-m177/xmerge/source/writer2latex/build.xml:88: 
Compile failed; see the compiler error output for details.
Comment 1 pavel 2006-07-19 16:58:56 UTC
Kurt: can you please masterfix it?
Comment 2 kurt.zenker 2006-07-20 15:17:34 UTC
will be fixed in m178
Comment 3 Mathias_Bauer 2006-07-21 16:05:52 UTC
Kurt, if you do the fix you should also get the issue
Comment 4 pavel 2006-07-23 13:28:49 UTC
seen on m178/master.