Re: Japanese file names cannot be correctly assembled by maven-assembly-plugin

2011-01-27 Thread GMLチェックツール
thanks a lot. i tried truzip but there's an error saying that the fileset tag is not valid. (2011/01/27 16:31), Stephen Connolly wrote: be aware that the jar specification has a different filename encoding than the zip specification (perhaps because at the time sun wasn't thinking) you may

Japanese file names cannot be correctly assembled by maven-assembly-plugin

2011-01-26 Thread GMLチェックツール
I am successfully created the distribution zip file but when I add a file which is in Japanese character file name, it is include in the zip file but the file name was garbled. How to reproduce: add a file to be included in the distribution which file name is in Japanese character. i will provide

Re: Japanese file names cannot be correctly assembled by maven-assembly-plugin

2011-01-26 Thread Anders Hammar
You should file an issue ticket to make sure that this is handled properly. Include the steps on how to reproduce, like you did in your mail. Also, including a test project will make is easier for anyone to have a look and therefore increasing the likelihood of getting this fixed. I'm assuming

Re: Japanese file names cannot be correctly assembled by maven-assembly-plugin

2011-01-26 Thread Stephen Connolly
be aware that the jar specification has a different filename encoding than the zip specification (perhaps because at the time sun wasn't thinking) you may have hit this issue... this is why there is a truezip maven plugin if I recall correctly - Stephen --- Sent from my Android phone, so random