seems like you have a corrupt jar file. you should delete it from your local maven repository and let maven download it again.

regards
 marcel

Sandeep Warikoo wrote:
Hi Marcel,

When I tried to view contents of commons-collections-3.1.jar through "jar tf
commons-collections-3.1.jar", I got followig error in it:

************************************************************************************
java.io.EOFException: Unexpected end of ZLIB input stream
 at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)
 at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
 at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
 at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
 at sun.tools.jar.Main.list(Main.java:744)
 at sun.tools.jar.Main.run(Main.java:192)
 at sun.tools.jar.Main.main(Main.java:904)
**************************************************************************************

Could this be the cause of build problem?

I have attached the entire output of "jat tf" with this mail.


On 4/19/06, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
Sandeep Warikoo wrote:
Hi,

Though I am not familiar my maven, here is a snippet from project.xmlwhich
shows the version used is 3.1



**************************************************************************************
        <dependency>
            <!-- Commons Collections -->
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
            <version>3.1</version>
            <url>http://jakarta.apache.org/commons/collections/</url>
            <!--
                Advanced collection classes, utilities and data
structures
                used internally by Jackrabbit.
            -->
        </dependency>

************************************************************************************
I had installed jackrabbit code base using svn (svn checkout
http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit) as per
instructions given at http://jackrabbit.apache.org/doc/building.html .

I did some search on my hard disk and it looks like it had installed
those
dependent libraries at home folder.

I can find the common collection jar at: C:\Documents and
Settings\sandeep_warikoo\.maven\repository\commons-collections\jars

Did I miss dome default over-ridding?
looks like everything is ok. If you are not able to build jackrabbit
from the sources and still want to get started, I suggest you use the
1.0 release:
http://jackrabbit.apache.org/downloads.cgi

regards
marcel



Reply via email to