Re: zipfile with manifest

2005-08-15 Thread THUFIR HAWAT
On 8/14/05, Alexey N. Solofnenko <[EMAIL PROTECTED]> wrote: > Isn't the manifest just another file? Create one one way or another > (maybe even with , but it is better not to overwrite the file, if > it is already up-to-date to avoid continuous zip file updates) and zip > it with all other files. >

Re: zipfile with manifest

2005-08-14 Thread Alexey N. Solofnenko
Isn't the manifest just another file? Create one one way or another (maybe even with , but it is better not to overwrite the file, if it is already up-to-date to avoid continuous zip file updates) and zip it with all other files. - Alexey. THUFIR HAWAT wrote:

zipfile with manifest

2005-08-14 Thread THUFIR HAWAT
seems to be saying that ant creates the manifest in the standard place, the META-INF directory, specified by , which is putting the manifest in the META-INF directory. Is that a correct r