Hello committers, there are 3 contributions in bugzilla which I would like you to have a look at :
17007 allow to define ZipFileSet(s) outside of Zip task http://issues.apache.org/bugzilla/show_bug.cgi?id=17007 This one should be an easy one to commit into ant 1.6alpha. The aim is to allow to define ZipFileSet(s) outside of the Zip task, then refer to them with refid="xyz" It will help users having projects where the same ZipFileSet is used several times. 15434 http://issues.apache.org/bugzilla/show_bug.cgi?id=15434 MimeMailer doesn't work properly with national charset This is a contribution by [EMAIL PROTECTED] (Aleksandr Ishutin). I have tested it by sending a message written in hebrew, which I was then able to read properly in Microsoft Outlook. 16213 http://issues.apache.org/bugzilla/show_bug.cgi?id=16213 unzip task fails silently when trying to unzip a self extrating file This report contains a patch developed by [EMAIL PROTECTED] which enables the Expand task to support self-extracting exes. I have also tested this patch and found that it works nicely. Antoine