build works for me now .. may be now it is OK as ews jar is rebuild
quite regularly
Thanks
Srinath
On Mon, 13 Dec 2004 08:46:37 +0100, Jacek Laskowski
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> The build has failed because of the zip corruption of the
> ews-SNAPSHOT.jar. Happily, it happens *after* assembly is done. It's a
> fresh m:checkout.
>
> I remember having the same issue with the Jetty jars and after Maven
> upgrade to 1.0.1 it disappeared. Perhaps, it's time to upgrade to Maven
> 1.0.2.
>
> Jacek
>
> PrÃbujÄ ÅciÄgnÄÄ ews-SNAPSHOT.jar.
> 610K downloaded
> ....
> java:compile:
> [depend] Deleted 0 out of date files in 0 seconds
> [echo] Compiling to c:\projs\geronimo\modules\axis/target/classes
> [javac] Compiling 10 source files to
> C:\projs\geronimo\modules\axis\target\classes
> [javac] error: error reading
> C:\path\to\my\home\.maven\repository\ews\jars\ews-SNAPSHOT.jar;
> java.util.zip.ZipException: error in opening zi
> p file
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:19:
> package org.apache.geronimo.ews.ws4j2ee.toWs does
> not exist
> [javac] import
> org.apache.geronimo.ews.ws4j2ee.toWs.GenerationConstants;
> [javac] ^
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:20:
> package org.apache.geronimo.ews.ws4j2ee.toWs does
> not exist
> [javac] import
> org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeDeployContext;
> [javac] ^
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:21:
> package org.apache.geronimo.ews.ws4j2ee.toWs.impl
> does not exist
> [javac] import
> org.apache.geronimo.ews.ws4j2ee.toWs.impl.Ws4J2eeDeployContextImpl;
> [javac] ^
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:26:
> cannot find symbol
> [javac] symbol: class Ws4J2eeDeployContextImpl
> [javac] public class GeronimoWsDeployContext extends
> Ws4J2eeDeployContextImpl implements Ws4J2eeDeployContext {
> [javac] ^
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:26:
> cannot find symbol
> [javac] symbol: class Ws4J2eeDeployContext
> [javac] public class GeronimoWsDeployContext extends
> Ws4J2eeDeployContextImpl implements Ws4J2eeDeployContext {
> [javac]
> ^
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:63:
> cannot find symbol
> [javac] symbol : variable GenerationConstants
> [javac] location: class
> org.apache.geronimo.axis.GeronimoWsDeployContext
> [javac] return GenerationConstants.GERONIMO_CONTAINER;
> [javac] ^
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:72:
> cannot find symbol
> [javac] symbol : variable GenerationConstants
> [javac] location: class
> org.apache.geronimo.axis.GeronimoWsDeployContext
> [javac] return GenerationConstants.USE_INTERNALS;
> [javac] ^
> [javac]
> C:\projs\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoWsDeployContext.java:81:
> cannot find symbol
> [javac] symbol : variable outputLocation
> [javac] location: class
> org.apache.geronimo.axis.GeronimoWsDeployContext
> [javac] return outputLocation;
> [javac] ^
> [javac] 9 errors
> BUILD FAILED
>
>