You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/03/28 15:03:01 UTC

[jira] [Commented] (MNG-6320) Apparently wrong encoding of non-ascii java class filename in error messages in the maven log

    [ https://issues.apache.org/jira/browse/MNG-6320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069748#comment-17069748 ] 

Hudson commented on MNG-6320:
-----------------------------

Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4

See https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/

> Apparently wrong encoding of non-ascii java class filename in error messages in the maven log
> ---------------------------------------------------------------------------------------------
>
>                 Key: MNG-6320
>                 URL: https://issues.apache.org/jira/browse/MNG-6320
>             Project: Maven
>          Issue Type: Bug
>          Components: Logging
>    Affects Versions: 3.5.2
>         Environment: Windows 10
>            Reporter: Eugene Pliskin
>            Assignee: Herve Boutemy
>            Priority: Minor
>             Fix For: 3.5.3
>
>         Attachments: maven.3.3.9.log, maven.3.5.2.log
>
>
> Attached please find two build logs, one from maven version 3.3.9, and another from maven version 3.5.2. Both log files were made for the same Java project on Windows 10 machine, with "mvn compile > log" command. Java platform default encoding is UTF-8.
> One Java source file contains intentional error, which is reported in lines 433-435 of file "maven.3.3.9.log", and in lines 437-439 of file "maven.3.5.2.log". 
> Class name is non-ascii and version 3.3.9 log appears right. But in version 3.5.2 this same filename appears unreadable in the error message in the maven log.
> Notice that if I view the file "maven.3.5.2.log" with different encoding (cp866), then this error message becomes readable. It looks like this non-ascii filename gets inserted into UTF-8 encoded log file in wrong "cp866" encoding, in maven version 3.5.2.
> Still, version 3.3.9 of maven does the right thing, and the error message is readable in UTF-8 log.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)