Re: ZIP task å,ä and ö

2004-12-03 Thread Jochen Wiedmann
Stefan Bodewig wrote: That's exactly why we've added the encoding attribute to our zip task family - and part of the reason that we've written our own zip class library. Yes, and it has been a great idea. Unfortunately the Tomcat team refuses to use it in their deployment code. :-( Jochen ---

Re: ZIP task å,ä and ö

2004-12-02 Thread Jochen Wiedmann
Peter Wåhlander wrote: This directories which names contains the character å,ä and ö. When I unzip VitaNovaHemma.zip using Windows XP:s built in unzipper these caracters are lost. I have tried: The problem is almost definitely related to the unzipper. I have a similar problem with Tomcat: Tomcat i

Re: AW: Annoying messages

2004-11-19 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: I love your muscles. :) Quite easy to misunderstand ... :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Annoying messages

2004-11-19 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: I love your muscles. :) Quite easy to misunderstand ... :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Filters: sort and uniq

2004-11-16 Thread Jochen Wiedmann
Hi, Ivan, thanks, but the "sortlist" is a task and not a filter. Besides, it isn't a part of the Ant core. In other words: My question still applies. Regards, Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Filters: sort and uniq

2004-11-16 Thread Jochen Wiedmann
Hi, at least as of Ant 1.6.2, there don't seem to be filters with the functionality of "sort" (A Unix tool sorting the lines of a file) or "uniq" (Another Unix tool deleting lines from a file, which do not match given uniqueness constraints). I typically help myself by using these Unix tools in