Re: zip into a top directory

2005-09-27 Thread Jeffrey E Care
Users List" To user@ant.apache.org cc Subject zip into a top directory Hi, Is there a way to specify a top directory when using ant zip task? For example, if install.home included bin/lib, the following dest.zipfile will include bin/lib as top level directories. I'd like to put them into

zip into a top directory

2005-09-27 Thread Amy Roh
Hi, Is there a way to specify a top directory when using ant zip task? For example, if install.home included bin/lib, the following dest.zipfile will include bin/lib as top level directories. I'd like to put them into a top parent directory so it's convenient for users unzipping the file.