On Tue, 22 Apr 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]>
wrote:
> From: "Stefan Bodewig" <[EMAIL PROTECTED]>

>> Which documentation?
> I meant the ant manual page under docs/manual/CoreTasks/war.html
> Nested elements lib
> 
> The nested lib element specifies a FileSet.

Well, yes.  This doesn't rule out zipfileset, I'd call it an
implementation detail that the user shouldn't have to be aware of.
Which also measn that using a reference to a plain fileset must work.

> What about changing the method signature of War#addLib from
> addLib(ZipFileSet fs) to addLib(FileSet fs) ?

Would break this here

<war ...>
  <lib src="foo.zip"/>
</war>

which should work right now (and in Ant 1.3+).

> Yes this is new, it was possible to do <fileset ... id="xyz"/>
> <war>
>     <lib refid="xyz"/>
> </war>
> 
> before I did my changes.

Yes, I've seen Gianugo's post as well 8-)

Stefan

Reply via email to