RE: "A zip file cannot include itself" though exclude

2006-10-24 Thread Lars Monsees
> > Lars Monsees wrote: >> Hello, >> >> I get the above mentioned error on building this target: >> >> > description="Create distributable file"> > destfile="${dist}/${zip.filename}"> > prefix="src"/> >> >>

Re: "A zip file cannot include itself" though exclude

2006-10-23 Thread Scot P. Floess
For me, I usually have a separate directory where I tar, zip/gzip/bzip2 my deployments. Mostly because then I can just sftp or copy the contents of that directory to wherever they are needed. It always "felt" cleaner to do so... So, I breakup my directories into something like this: project

"A zip file cannot include itself" though exclude

2006-10-23 Thread Lars Monsees
Hello, I get the above mentioned error on building this target: This target used to work. Honestly, I checked Eclipse´s local history and there were no changes that