On Tue, 30 Apr 2002, Brian Sayatovic <[EMAIL PROTECTED]>
wrote:
> They are relative (i.e. "../lib" and "../deploy", respectively).
So they are outside the fileset (filesets don't support .. at all).
<fileset dir="${build.dir}/..">
<patternset>
<include name="lib/*.jar"/>
<include name="deploy/*.jar"/>
</patternset>
</fileset>
should work.
> However, Diane's reply seems to indicate that the last Ant release
> doesn't support filesets for signjar, but the CVS version does.
No, <signjar> supported <fileset> in 1.4 it just hasn't been
documented.
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>