:-)
Well done, Stefan. 
Cheers,
Antoine

-----Ursprungliche Nachricht-----
Von: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 10. Oktober 2003 12:45
An: [EMAIL PROTECTED]
Betreff: Re: cvs commit: ant/src/main/org/apache/tools/ant/types
ZipFileSet.java


On 10 Oct 2003, <[EMAIL PROTECTED]> wrote:

>   Fix PR 23639

This change fixes a regression (it worked in 1.4) where

<fileset id="foo" .../>
<war ...>
  <lib refid="foo"/>
</war>

would not place the contents of the fileset into WEB-INF/lib but into
the root of the archive.

I've also change the filemode and dirmode attribute setters as well as
the one of fullpath so that ZipFileSet can now be used as a decorator
for plain filesets.  The decorator would add a prefix or fullpath and
adds Unix-like permissions.

So now

<fileset id="foo" .../>
<zip ...>
  <zipfileset refid="foo" filemode="755"/>
</zip>

will also work.

Stefan



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

Reply via email to