[ https://issues.apache.org/jira/browse/MCHECKSTYLE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927989#comment-17927989 ]
Michael Osipov edited comment on MCHECKSTYLE-454 at 2/18/25 9:14 AM: --------------------------------------------------------------------- I ran a few tests, the ticket needs more explanation: If the plugin is being run on a non-ASCII path the execution fails, but if the path is ASCII only it succeeds. I ran checkstyle manually and it does not fail in any case. There is obviously a bug in the plugin. Now it is clear, thanks for the report. Although I do not see the issue from the top of my head. I need to dig in here. was (Author: michael-o): I ran a few tests, the ticket needs more explanation: If the plugin is being run on a non-ASCII path the execution fails, but if the path is ASCII only it succeeds. I ran checkstyle manually and it does not fail in any case. There is obviously a bug in the plugin. Now it is clear, thanks for the report. Although I do not see the issue from the top of my head. > Running checkstyle:check when the project is on a path with accents fails > ------------------------------------------------------------------------- > > Key: MCHECKSTYLE-454 > URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-454 > Project: Maven Checkstyle Plugin > Issue Type: Bug > Affects Versions: 3.4.0, 3.5.0, 3.6.0 > Reporter: Emmanuel Lécharny > Priority: Major > > PS: also tested with 3.6.0 which has been released, but you haven't marked it > as released in JIRA... > If the project I want to check is under a directory where a part of the path > contain accents, like: > {code} > /user/elecharny/téléchargement/apache-sshd-2.15.9 > {code} > then the checkstyle configuration file(in my case, sshd-checkstyle.xml) is > either not found, or ignored. > If I rename {{téléchargement}} to {{download}}, all is fine. -- This message was sent by Atlassian Jira (v8.20.10#820010)