You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2009/07/16 13:39:45 UTC

Re: svn commit: r794630 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Jar.java src/tests/antunit/taskdefs/jar-test.xml

On 2009-07-16, <bo...@apache.org> wrote:

> URL: http://svn.apache.org/viewvc?rev=794630&view=rev
> Log:
> make update="true" and filesetmanifest="merge" work together.  PR 30751

with this change the whole doublePassMode in <zip> stuff becomes
redundant since it only ever existed to support <jar>'s
filesetmanifest and the logic that is now applied on the first pass
could as well be used before starting the any pass at all.

OTOH the zip task is one that gets subclassed in unrelated projects so
I don't really dare to remove the doublePass logic completely.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org