You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2009/04/28 04:08:30 UTC

[jira] Closed: (HARMONY-2759) Build failure because Division.java contains non UTF-8 characters

     [ https://issues.apache.org/jira/browse/HARMONY-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Beyer closed HARMONY-2759.
---------------------------------


> Build failure because Division.java contains non UTF-8 characters
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2759
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2759
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux
>            Reporter: Robin Garner
>            Assignee: Nathan Beyer
>            Priority: Minor
>
> Nightly build fails repeatedly during DaCapo regression tests.  
> [javac] 13. ERROR in /home/robing/tmp/dacapo-nightly-20061217/harmony/harmony/working_classlib/modules/math/src/main/java/java/math/Division.java
>     [javac] Cannot read the source from /home/robing/tmp/dacapo-nightly-20061217/harmony/harmony/working_classlib/modules/math/src/main/java/java/math/Division.java; either the file uses a different encoding than UTF-8 or it is corrupted
>     
> javac 1.5 complains 
> Division.java:657: warning: unmappable character for encoding ASCII
>      * Based on "New Algorithm for Classical Modular Inverse" R?bert L?rencz.
>                                                                ^
> Division.java:657: warning: unmappable character for encoding ASCII
>      * Based on "New Algorithm for Classical Modular Inverse" R?bert L?rencz.
>                                                                       ^

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.