On Sat, 6 Apr 2002, dhaval h. udani <dhaval.h.udani@orbitech.co.in>
wrote:
> Updating jar since cannot read current jar manifest:
Forget the "Updating" part, this is misleading. What the message
really says is that Ant has failed to read the manifest from the jar
you want to overwrite. Does it include one?
> java.util.zip.ZipExceptionThe system cannot find the file specified
You are trying to add something to the archive that is not there. As
you haven't specified a manifest yourself, Ant will try to load it's
default manifest file and fails.
Have you built Ant yourself?
Stefan
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|