Hello,

I am having a look at the new resource feature in ant 1.7. This looks
extremly promising! Congratulations!

I have a question regarding <unzip> and <copy>: do we still need
<unzip> in 1.7? Can't we do everyting <unzip> can do with <copy> now?

In ant 1.7, one can do something like:
<copy todir="dest">
        <zipfileset src="pronline.war" includes="*" />
</copy>

Also, <zipfileset> now supports nested resource collections (like
<fileset>) to work on several zip files at the same time.

The "Related tasks" in the <unzip> doc shows that <unzip> can be
replaced by <copy>. Is there anything that we can do with <unzip> but
not with <copy>?

Thanks,

Patrick Martin.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to