jira-importer commented on issue #303: URL: https://github.com/apache/maven-jar-plugin/issues/303#issuecomment-2956696071
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented BTW: `@Kristian` I have check that setEncoding has not been called with null...which is the case. So after an other session and looking into this i was a little bit puzzled...after i realized i used an old version of unzip on Windows XP (SP3) where i tested... So i retested MacOS....(On the console of my MacBook it looks ok not here via browser) maven-jar-plugin 2.5: ``` Karl-Heinzs-MacBook-Pro:sample-project kama$ unzip -t target/sample-project-1.0-SNAPSHOT.jar Archive: target/sample-project-1.0-SNAPSHOT.jar testing: META-INF/ OK testing: META-INF/MANIFEST.MF OK testing: org/ OK testing: org/sonatype/ OK testing: org/sonatype/mavenbook/ OK testing: TestFälle/ OK testing: TestFälle/TestFälleSub/ OK testing: org/sonatype/mavenbook/App.class OK testing: TestFälle/TestFälleSub/aSimpleFile.txt OK testing: META-INF/maven/ OK testing: META-INF/maven/org.sonatype.mavenbook/ OK testing: META-INF/maven/org.sonatype.mavenbook/sample-project/ OK testing: META-INF/maven/org.sonatype.mavenbook/sample-project/pom.xml OK testing: META-INF/maven/org.sonatype.mavenbook/sample-project/pom.properties OK No errors detected in compressed data of target/sample-project-1.0-SNAPSHOT.jar. ``` An other check on Windows XP: To be sure i used the JAR part of Java JDK: ``` Z:\Downloads\sample-project>C:\Programme\Java\jdk1.7.0_55\bin\jar -tf target\sam ple-project-1.0-SNAPSHOT.jar META-INF/ META-INF/MANIFEST.MF org/ org/sonatype/ org/sonatype/mavenbook/ TestFõlle/ TestFõlle/TestFõlleSub/ org/sonatype/mavenbook/App.class TestFõlle/TestFõlleSub/aSimpleFile.txt META-INF/maven/ META-INF/maven/org.sonatype.mavenbook/ META-INF/maven/org.sonatype.mavenbook/sample-project/ META-INF/maven/org.sonatype.mavenbook/sample-project/pom.xml META-INF/maven/org.sonatype.mavenbook/sample-project/pom.properties ``` which shows me wrong characters on console (DOS Box in Windows XP)... So now we need to check where exactly those wrong characters have been seen..Otherwise i would suggest to close this as "can't reproduced." -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
