[ https://issues.apache.org/jira/browse/SUREFIRE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927937#comment-17927937 ]
Emmanuel Lécharny edited comment on SUREFIRE-2295 at 2/18/25 7:22 AM: ---------------------------------------------------------------------- Because it's related to the fact the rule file cannot be found, and all the other maven plugins work just fine. And if I comment the checkstyle plugin, the build passes with flying colors. Would you like to give it a try, just create a directory named {{raté}}, donwload the SSHD tgz at [sshd release candidate|https://dist.apache.org/repos/dist/dev/mina/sshd/2.15.0/], and run a mvn clean install. Do the same under another directory named {{success}} and see the difference. was (Author: elecharny): Because it's related to the fact the rule file cannot be found, and all the other maven plugins work just fine. And if I comment the checkstyle plugin, the build passes with flying colors. > Running checkstyle:check when the project is on a path with accents fails > ------------------------------------------------------------------------- > > Key: SUREFIRE-2295 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2295 > Project: Maven Surefire > Issue Type: Bug > Affects Versions: 3.4.0, 3.5.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)