2014-10-10 12:47 GMT+02:00 Karl Heinz Marbaise <[email protected]>: > Ok...so i think this issue http://jira.codehaus.org/browse/MJAR-135 is > related to this behaviour as well....Hm...may be more related to directory > name encoding ..?
I responded directly to MJAR-135. >> The JAR archiver does this already, since its part of the jar spec. > > > You mean jar on command line ? The jar specification mandates UTF-8 and uses LEF as well. The JarAchiver hence has (and "always" has had) a hard-coded encoding of UTF-8. You can subvert this by calling setEncoding on the plexus archiver and create an off-spec jar file. The command line "jar" utility from the JDK follows these rules, as well as plexus-archiver. Kristian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
