On Thu, 09 Aug 2001, Michael Leo <[EMAIL PROTECTED]> wrote:

> I know this seems silly,

it does 8-)

> but I need to create a zip file that unzips into "./", not "".  I am
> using a directive like this:
> 
>    <zip zipfile="proj.zip" basedir="/project/yyz/staging"/>

<zip zipfile="proj.zip">
  <zipfileset dir="/project/yyz/staging" prefix="./" />
</zip>

Stefan

Reply via email to