Error with jar task: A zip file cannot include itself (Ant 1.3)

2001-03-07 Thread Justin Sampson
I've encountered a strange problem with the jar task in Ant 1.3. The problem does not seem to occur in 1.2. The problem was during a jar task which was building a jar of a directory in the directory itself: jar jarfile="foo/foo.jar" basedir="foo" / Ant seemed to be trying to include the

Re: Error with jar task: A zip file cannot include itself (Ant 1.3)

2001-03-07 Thread Stefan Bodewig
Justin Sampson [EMAIL PROTECTED] wrote: The problem was during a jar task which was building a jar of a directory in the directory itself: jar jarfile="foo/foo.jar" basedir="foo" / Ant seemed to be trying to include the jar file in itself, giving the error "A zip file cannot include

RE: Error with jar task: A zip file cannot include itself (Ant 1.3)

2001-03-07 Thread Justin Sampson
Stefan Bodewig [EMAIL PROTECTED] wrote: Justin Sampson [EMAIL PROTECTED] wrote: The problem was during a jar task which was building a jar of a directory in the directory itself: jar jarfile="foo/foo.jar" basedir="foo" / Ant seemed to be trying to include the jar file in