Oops, that's what you get when you don't test things first - Thanks!  ;-)

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


On Thu, 6 Dec 2001, Marko Srdanovic <[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/**"/>

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