Can't believe I didn't try that. Thanks very much.
--Michael
On Wednesday, October 9, 2002, at 02:25 AM, Stefan Bodewig wrote:
> On Tue, 8 Oct 2002, Michael Molloy <mmolloy@ncycles.com> wrote:
>
>> excludes="db/*"
>
> would exclude everything that is directly in db - but not the stuff
> that might be in subdirectories of db, which may in turn bring the db
> directory itself into your war.
>
> I think you are looking for db/**
>
> Stefan
>
> --
> To unsubscribe, e-mail:
> <mailto:ant-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:ant-user-help@jakarta.apache.org>
>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|