Hi,

A quick question on recursion. Just out of curiosity, is there any
difference between "**" and "**/*" in Pattern Sets? I always observe the
latter convention for recursive pattern set and file set matching in my
build files.

Matt
-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 06, 2001 11:36 AM
To: [EMAIL PROTECTED]
Subject: Re: Missing top level dir in jar file


On Thu, 6 Dec 2001, Roger Marlow <[EMAIL PROTECTED]> wrote:

>> > Try:
>> > 
>> >   <jar jarfile="ajar.jar" basedir="." includes="base"/>
>> 
>> this would only include the directory base and nothing else, it
>> should probably be
>> 
>>   <jar jarfile="ajar.jar" basedir="." includes="base/**"/>
> 
> Unfortunately that just looks for the files under base.

and recursively below that.  ** is recursive.

Stefan

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


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

Reply via email to