Unless I'm mistaken, this part

427a431
>                                       if (prefix.length() > 0) {
432a437,440
>                                       else if (fullpath.length() > 0) {
>                                               zipFile(in, zOut, fullpath, 
> entry.getTime());
>                                       }
>                 }

will make Ant ignore all <zipfilesets> that don't have either a prefix
or fullpath attribute (which is totally valid).  The better approach
would be to check for fullpath and use the old code in an
unconditional else branch (just like addFiles does) IMHO.

I'm going to change that unless somebody tells me I'm wrong (using the
1_4 branch as it fixes a bug in Ant 1.4).

Stefan

Reply via email to