You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by bharath v <bh...@gmail.com> on 2010/10/30 15:13:30 UTC

http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Hi ,

I am getting the error

http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
invalid sha1:  ..

Is it downloading the corrupt file or is there any other thing which I
need to take care of ??

Iam getting the same error even after several tries ..:/

Any help?

Thanks

Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by bharath v <bh...@gmail.com>.
Hi steve,

I am behind my college proxy .. That might be creating these problems
.. I solved it by changing the version of ivy that needs to be fetched
... Anyways thanks for your reply.

Thanks

Bharath.V
4th year undergraduate,
IIIT Hyderabad.

On Mon, Nov 1, 2010 at 4:20 PM, Steve Loughran <st...@apache.org> wrote:
> On 30/10/10 14:18, bharath v wrote:
>>
>> This is the full error stack ...
>>
>> [ivy:resolve] :: problems summary ::
>> [ivy:resolve] :::: WARNINGS
>> [ivy:resolve]   problem while downloading module descriptor:
>> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
>> invalid sha1: expected=�
>>
>> On Sat, Oct 30, 2010 at 6:43 PM, bharath v
>> <bh...@gmail.com>  wrote:
>>>
>>> Hi ,
>>>
>>> I am getting the error
>>>
>>> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
>>> invalid sha1:  ..
>>>
>>> Is it downloading the corrupt file or is there any other thing which I
>>> need to take care of ??
>
> I don't see this, so think something may have corrupted the file (a proxy
> server?) and now you are suffering as forced reloads aren't picking up the
> real version.
>
> 1. Try switching to a different repository from the list of maven
> repositories
>
> http://repo1.maven.org/maven2/.meta/repository-metadata.xml
>
> 2. download the pom and see if its SHA1 is valid. The Sha1 I see from your
> URL is
>
> 16d74791c801c89b0071b1680ea0bc85c93417bb  junit-3.8.1.pom
>
> 3. Grabbing the artifact and checksumming it gives the same checksum
> GET http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom |
> sha1sum
> 16d74791c801c89b0071b1680ea0bc85c93417bb  -
>
> The sha1 is valid, you may have a bad POM that's being cached somewhere by
> infrastructure being over-helpful
>
> -steve
>
>

Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by Steve Loughran <st...@apache.org>.
On 30/10/10 14:18, bharath v wrote:
> This is the full error stack ...
>
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve] 	problem while downloading module descriptor:
> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
> invalid sha1: expected=�
>
> On Sat, Oct 30, 2010 at 6:43 PM, bharath v
> <bh...@gmail.com>  wrote:
>> Hi ,
>>
>> I am getting the error
>>
>> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
>> invalid sha1:  ..
>>
>> Is it downloading the corrupt file or is there any other thing which I
>> need to take care of ??

I don't see this, so think something may have corrupted the file (a 
proxy server?) and now you are suffering as forced reloads aren't 
picking up the real version.

1. Try switching to a different repository from the list of maven 
repositories

http://repo1.maven.org/maven2/.meta/repository-metadata.xml

2. download the pom and see if its SHA1 is valid. The Sha1 I see from 
your URL is

16d74791c801c89b0071b1680ea0bc85c93417bb  junit-3.8.1.pom

3. Grabbing the artifact and checksumming it gives the same checksum
GET http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom | 
sha1sum
16d74791c801c89b0071b1680ea0bc85c93417bb  -

The sha1 is valid, you may have a bad POM that's being cached somewhere 
by infrastructure being over-helpful

-steve


Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by bharath v <bh...@gmail.com>.
This is the full error stack ...

[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] 	problem while downloading module descriptor:
http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
invalid sha1: expected=�

On Sat, Oct 30, 2010 at 6:43 PM, bharath v
<bh...@gmail.com> wrote:
> Hi ,
>
> I am getting the error
>
> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
> invalid sha1:  ..
>
> Is it downloading the corrupt file or is there any other thing which I
> need to take care of ??
>
> Iam getting the same error even after several tries ..:/
>
> Any help?
>
> Thanks
>

Re: [SOLVED] Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by Konstantin Boudnik <co...@apache.org>.
You can either:
 - build it for yourself (I wouldn't recommend it unless you know whatca doing)
 - get ready Apache realease:
   http://hadoop.apache.org/common/releases.html
   http://hadoop.apache.org/hdfs/releases.html
   http://hadoop.apache.org/mapreduce/releases.html
 - get Cloudera or Y! distibutions from
   http://www.cloudera.com/downloads/
   or
   http://developer.yahoo.com/hadoop/
former also has commercial support. There's also IBM distro but I don't know
anything about it except that there's one.

Hope it helps
  Cos

On Mon, Nov 01, 2010 at 10:10AM, Thiwanka Somasiri wrote:
> Hi all,
>    I am new to Hadoop and need to use Mahout for my final year project. How
> can i download Apache Hadoop?
> Thanks.

Re: [SOLVED] Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by Thiwanka Somasiri <as...@gmail.com>.
Hi all,
   I am new to Hadoop and need to use Mahout for my final year project. How
can i download Apache Hadoop?
Thanks.

Re: [SOLVED] Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by Konstantin Boudnik <co...@apache.org>.
That might be an indication that your original ivy jar was corrupt in some
way. As an experiment you might want try to revert the changes to
library.properties, remove ivy jars and run the build process once more.

The fact that I (and seemingly many other folks) are able to work with
previous version suggests that older Ivy is Ok.

Cos

On Sun, Oct 31, 2010 at 12:55PM, bharath v wrote:
> It is a problem with the ivy jar ... Change the version of ivy to
> ivy-2.2.0 in library.properties file and ant downloads the correct
> version from maven repo and the build happens correctly  ..
> 
>  Hope this helps some ppl who are facing the same problems .
> 
> :)
> 
> On Sun, Oct 31, 2010 at 12:22 PM, bharath vissapragada
> <bh...@students.iiit.ac.in> wrote:
> > Hi ,
> >
> >
> > I did that already and it is now working ... I removed the entire ivy2
> > (~/.ivy2/* ) directory
> > (My ivy folder is .ivy2 and not .ivy .. Any problem with this ?)
> >
> > Now I am getting more errors (as I have cleaned the entire cache) as follows..
> >
> >
> > Any problem with the ivy/ant version ? ( I read in some forums abt the
> > related errors)
> >
> > My ant version is 1.7.0 ..
> >
> >
> > ------------------------------------------ERROR-------------------------------------------------------
> >
> > clover:
> > proxy.setup:
> > ivy-download:
> >      [get] Getting:
> > http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.0.0-rc2/ivy-2.0.0-rc2.jar
> >      [get] To: /home/rip/workspace/hadoop/ivy/ivy-2.0.0-rc2.jar
> >      [get] Not modified - so not downloaded
> > ivy-init-dirs:
> > ivy-probe-antlib:
> > ivy-init-antlib:
> > ivy-init:
> > [ivy:configure] :: Ivy 2.0.0-rc2 - 20081028224207 ::
> > http://ant.apache.org/ivy/ ::
> > :: loading settings :: file = /home/rip/workspace/hadoop/ivy/ivysettings.xml
> > ivy-resolve-common:
> > [ivy:resolve] :: resolving dependencies ::
> > org.apache.hadoop#Hadoop;working@Cloud
> > [ivy:resolve]   confs: [common]
> > [ivy:resolve]   found log4j#log4j;1.2.15 in maven2
> > [ivy:resolve]   found xmlenc#xmlenc;0.52 in maven2
> > [ivy:resolve]   found net.java.dev.jets3t#jets3t;0.6.1 in maven2
> > [ivy:resolve]   found commons-net#commons-net;1.4.1 in maven2
> > [ivy:resolve]   found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
> > [ivy:resolve]   found org.mortbay.jetty#jetty;6.1.14 in maven2
> > [ivy:resolve]   found org.mortbay.jetty#jetty-util;6.1.14 in maven2
> > [ivy:resolve]   found tomcat#jasper-runtime;5.5.12 in maven2
> > [ivy:resolve]   found tomcat#jasper-compiler;5.5.12 in maven2
> > [ivy:resolve]   found commons-el#commons-el;1.0 in maven2
> > [ivy:resolve]   found org.slf4j#slf4j-api;1.4.3 in maven2
> > [ivy:resolve]   found org.eclipse.jdt#core;3.1.1 in maven2
> > [ivy:resolve]   found org.slf4j#slf4j-log4j12;1.4.3 in maven2
> > [ivy:resolve] :: resolution report :: resolve 1236ms :: artifacts dl 43ms
> >        ---------------------------------------------------------------------
> >        |                  |            modules            ||   artifacts   |
> >        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
> >        ---------------------------------------------------------------------
> >        |      common      |   19  |   0   |   0   |   0   ||   13  |   0   |
> >        ---------------------------------------------------------------------
> > [ivy:resolve] :: problems summary ::
> > [ivy:resolve] :::: WARNINGS
> > [ivy:resolve]   problem while downloading module descriptor:
> > http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom:
> > invalid sha1: expected=�
> >
> > ====================================================================
> >
> >
> > On Sun, Oct 31, 2010 at 12:06 PM, Konstantin Boudnik <co...@apache.org> wrote:
> >> You can at least try to clean you local Ivy cache for junit artifacts
> >> (i.e. rm -rf ~/.ivy/junit*). That'd be a pretty reasonable first step.
> >>
> >> On Sun, Oct 31, 2010 at 11:33AM, bharath v wrote:
> >>> Hi ,
> >>>
> >>>
> >>> Thanks for your reply .
> >>>
> >>> I am using had-0.20.0 . I am new to ivy thingy .. So is there any
> >>> solution to this ?
> >>>
> >>> Thanks
> >>>
> >>>
> >>> On Sun, Oct 31, 2010 at 3:42 AM, Konstantin Boudnik <co...@apache.org> wrote:
> >>> > I assume you're trying to build 0.20+. Later projects uses later version of
> >>> > junit... Running the build...
> >>> >
> >>> > [ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar ...
> >>> > [ivy:resolve] .................................................................................... (118kB)
> >>> > [ivy:resolve] .. (0kB)
> >>> > [ivy:resolve] ═ [SUCCESSFUL ] junit#junit;3.8.1!junit.jar (1486ms)
> >>> >
> >>> > Looks like your ivy cache is hosed or something similar.
> >>> > ═Cos
> >>> >
> >>> > On Sat, Oct 30, 2010 at 06:43PM, bharath v wrote:
> >>> >> Hi ,
> >>> >>
> >>> >> I am getting the error
> >>> >>
> >>> >> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
> >>> >> invalid sha1: ═..
> >>> >>
> >>> >> Is it downloading the corrupt file or is there any other thing which I
> >>> >> need to take care of ??
> >>> >>
> >>> >> Iam getting the same error even after several tries ..:/
> >>> >>
> >>> >> Any help?
> >>> >>
> >>> >> Thanks
> >>> >
> >>
> >

[SOLVED] Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by bharath v <bh...@gmail.com>.
It is a problem with the ivy jar ... Change the version of ivy to
ivy-2.2.0 in library.properties file and ant downloads the correct
version from maven repo and the build happens correctly  ..

 Hope this helps some ppl who are facing the same problems .

:)

On Sun, Oct 31, 2010 at 12:22 PM, bharath vissapragada
<bh...@students.iiit.ac.in> wrote:
> Hi ,
>
>
> I did that already and it is now working ... I removed the entire ivy2
> (~/.ivy2/* ) directory
> (My ivy folder is .ivy2 and not .ivy .. Any problem with this ?)
>
> Now I am getting more errors (as I have cleaned the entire cache) as follows..
>
>
> Any problem with the ivy/ant version ? ( I read in some forums abt the
> related errors)
>
> My ant version is 1.7.0 ..
>
>
> ------------------------------------------ERROR-------------------------------------------------------
>
> clover:
> proxy.setup:
> ivy-download:
>      [get] Getting:
> http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.0.0-rc2/ivy-2.0.0-rc2.jar
>      [get] To: /home/rip/workspace/hadoop/ivy/ivy-2.0.0-rc2.jar
>      [get] Not modified - so not downloaded
> ivy-init-dirs:
> ivy-probe-antlib:
> ivy-init-antlib:
> ivy-init:
> [ivy:configure] :: Ivy 2.0.0-rc2 - 20081028224207 ::
> http://ant.apache.org/ivy/ ::
> :: loading settings :: file = /home/rip/workspace/hadoop/ivy/ivysettings.xml
> ivy-resolve-common:
> [ivy:resolve] :: resolving dependencies ::
> org.apache.hadoop#Hadoop;working@Cloud
> [ivy:resolve]   confs: [common]
> [ivy:resolve]   found log4j#log4j;1.2.15 in maven2
> [ivy:resolve]   found xmlenc#xmlenc;0.52 in maven2
> [ivy:resolve]   found net.java.dev.jets3t#jets3t;0.6.1 in maven2
> [ivy:resolve]   found commons-net#commons-net;1.4.1 in maven2
> [ivy:resolve]   found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
> [ivy:resolve]   found org.mortbay.jetty#jetty;6.1.14 in maven2
> [ivy:resolve]   found org.mortbay.jetty#jetty-util;6.1.14 in maven2
> [ivy:resolve]   found tomcat#jasper-runtime;5.5.12 in maven2
> [ivy:resolve]   found tomcat#jasper-compiler;5.5.12 in maven2
> [ivy:resolve]   found commons-el#commons-el;1.0 in maven2
> [ivy:resolve]   found org.slf4j#slf4j-api;1.4.3 in maven2
> [ivy:resolve]   found org.eclipse.jdt#core;3.1.1 in maven2
> [ivy:resolve]   found org.slf4j#slf4j-log4j12;1.4.3 in maven2
> [ivy:resolve] :: resolution report :: resolve 1236ms :: artifacts dl 43ms
>        ---------------------------------------------------------------------
>        |                  |            modules            ||   artifacts   |
>        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
>        ---------------------------------------------------------------------
>        |      common      |   19  |   0   |   0   |   0   ||   13  |   0   |
>        ---------------------------------------------------------------------
> [ivy:resolve] :: problems summary ::
> [ivy:resolve] :::: WARNINGS
> [ivy:resolve]   problem while downloading module descriptor:
> http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom:
> invalid sha1: expected=�
>
> ====================================================================
>
>
> On Sun, Oct 31, 2010 at 12:06 PM, Konstantin Boudnik <co...@apache.org> wrote:
>> You can at least try to clean you local Ivy cache for junit artifacts
>> (i.e. rm -rf ~/.ivy/junit*). That'd be a pretty reasonable first step.
>>
>> On Sun, Oct 31, 2010 at 11:33AM, bharath v wrote:
>>> Hi ,
>>>
>>>
>>> Thanks for your reply .
>>>
>>> I am using had-0.20.0 . I am new to ivy thingy .. So is there any
>>> solution to this ?
>>>
>>> Thanks
>>>
>>>
>>> On Sun, Oct 31, 2010 at 3:42 AM, Konstantin Boudnik <co...@apache.org> wrote:
>>> > I assume you're trying to build 0.20+. Later projects uses later version of
>>> > junit... Running the build...
>>> >
>>> > [ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar ...
>>> > [ivy:resolve] .................................................................................... (118kB)
>>> > [ivy:resolve] .. (0kB)
>>> > [ivy:resolve] ═ [SUCCESSFUL ] junit#junit;3.8.1!junit.jar (1486ms)
>>> >
>>> > Looks like your ivy cache is hosed or something similar.
>>> > ═Cos
>>> >
>>> > On Sat, Oct 30, 2010 at 06:43PM, bharath v wrote:
>>> >> Hi ,
>>> >>
>>> >> I am getting the error
>>> >>
>>> >> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
>>> >> invalid sha1: ═..
>>> >>
>>> >> Is it downloading the corrupt file or is there any other thing which I
>>> >> need to take care of ??
>>> >>
>>> >> Iam getting the same error even after several tries ..:/
>>> >>
>>> >> Any help?
>>> >>
>>> >> Thanks
>>> >
>>
>

Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by bharath vissapragada <bh...@students.iiit.ac.in>.
Hi ,


I did that already and it is now working ... I removed the entire ivy2
(~/.ivy2/* ) directory
(My ivy folder is .ivy2 and not .ivy .. Any problem with this ?)

Now I am getting more errors (as I have cleaned the entire cache) as follows..


Any problem with the ivy/ant version ? ( I read in some forums abt the
related errors)

My ant version is 1.7.0 ..


------------------------------------------ERROR-------------------------------------------------------

clover:
proxy.setup:
ivy-download:
      [get] Getting:
http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.0.0-rc2/ivy-2.0.0-rc2.jar
      [get] To: /home/rip/workspace/hadoop/ivy/ivy-2.0.0-rc2.jar
      [get] Not modified - so not downloaded
ivy-init-dirs:
ivy-probe-antlib:
ivy-init-antlib:
ivy-init:
[ivy:configure] :: Ivy 2.0.0-rc2 - 20081028224207 ::
http://ant.apache.org/ivy/ ::
:: loading settings :: file = /home/rip/workspace/hadoop/ivy/ivysettings.xml
ivy-resolve-common:
[ivy:resolve] :: resolving dependencies ::
org.apache.hadoop#Hadoop;working@Cloud
[ivy:resolve] 	confs: [common]
[ivy:resolve] 	found log4j#log4j;1.2.15 in maven2
[ivy:resolve] 	found xmlenc#xmlenc;0.52 in maven2
[ivy:resolve] 	found net.java.dev.jets3t#jets3t;0.6.1 in maven2
[ivy:resolve] 	found commons-net#commons-net;1.4.1 in maven2
[ivy:resolve] 	found org.mortbay.jetty#servlet-api-2.5;6.1.14 in maven2
[ivy:resolve] 	found org.mortbay.jetty#jetty;6.1.14 in maven2
[ivy:resolve] 	found org.mortbay.jetty#jetty-util;6.1.14 in maven2
[ivy:resolve] 	found tomcat#jasper-runtime;5.5.12 in maven2
[ivy:resolve] 	found tomcat#jasper-compiler;5.5.12 in maven2
[ivy:resolve] 	found commons-el#commons-el;1.0 in maven2
[ivy:resolve] 	found org.slf4j#slf4j-api;1.4.3 in maven2
[ivy:resolve] 	found org.eclipse.jdt#core;3.1.1 in maven2
[ivy:resolve] 	found org.slf4j#slf4j-log4j12;1.4.3 in maven2
[ivy:resolve] :: resolution report :: resolve 1236ms :: artifacts dl 43ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      common      |   19  |   0   |   0   |   0   ||   13  |   0   |
	---------------------------------------------------------------------
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] 	problem while downloading module descriptor:
http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom:
invalid sha1: expected=�

====================================================================


On Sun, Oct 31, 2010 at 12:06 PM, Konstantin Boudnik <co...@apache.org> wrote:
> You can at least try to clean you local Ivy cache for junit artifacts
> (i.e. rm -rf ~/.ivy/junit*). That'd be a pretty reasonable first step.
>
> On Sun, Oct 31, 2010 at 11:33AM, bharath v wrote:
>> Hi ,
>>
>>
>> Thanks for your reply .
>>
>> I am using had-0.20.0 . I am new to ivy thingy .. So is there any
>> solution to this ?
>>
>> Thanks
>>
>>
>> On Sun, Oct 31, 2010 at 3:42 AM, Konstantin Boudnik <co...@apache.org> wrote:
>> > I assume you're trying to build 0.20+. Later projects uses later version of
>> > junit... Running the build...
>> >
>> > [ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar ...
>> > [ivy:resolve] .................................................................................... (118kB)
>> > [ivy:resolve] .. (0kB)
>> > [ivy:resolve] ═ [SUCCESSFUL ] junit#junit;3.8.1!junit.jar (1486ms)
>> >
>> > Looks like your ivy cache is hosed or something similar.
>> > ═Cos
>> >
>> > On Sat, Oct 30, 2010 at 06:43PM, bharath v wrote:
>> >> Hi ,
>> >>
>> >> I am getting the error
>> >>
>> >> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
>> >> invalid sha1: ═..
>> >>
>> >> Is it downloading the corrupt file or is there any other thing which I
>> >> need to take care of ??
>> >>
>> >> Iam getting the same error even after several tries ..:/
>> >>
>> >> Any help?
>> >>
>> >> Thanks
>> >
>

Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by Konstantin Boudnik <co...@apache.org>.
You can at least try to clean you local Ivy cache for junit artifacts
(i.e. rm -rf ~/.ivy/junit*). That'd be a pretty reasonable first step.

On Sun, Oct 31, 2010 at 11:33AM, bharath v wrote:
> Hi ,
> 
> 
> Thanks for your reply .
> 
> I am using had-0.20.0 . I am new to ivy thingy .. So is there any
> solution to this ?
> 
> Thanks
> 
> 
> On Sun, Oct 31, 2010 at 3:42 AM, Konstantin Boudnik <co...@apache.org> wrote:
> > I assume you're trying to build 0.20+. Later projects uses later version of
> > junit... Running the build...
> >
> > [ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar ...
> > [ivy:resolve] .................................................................................... (118kB)
> > [ivy:resolve] .. (0kB)
> > [ivy:resolve] ═ [SUCCESSFUL ] junit#junit;3.8.1!junit.jar (1486ms)
> >
> > Looks like your ivy cache is hosed or something similar.
> > ═Cos
> >
> > On Sat, Oct 30, 2010 at 06:43PM, bharath v wrote:
> >> Hi ,
> >>
> >> I am getting the error
> >>
> >> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
> >> invalid sha1: ═..
> >>
> >> Is it downloading the corrupt file or is there any other thing which I
> >> need to take care of ??
> >>
> >> Iam getting the same error even after several tries ..:/
> >>
> >> Any help?
> >>
> >> Thanks
> >

Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by bharath v <bh...@gmail.com>.
Hi ,


Thanks for your reply .

I am using had-0.20.0 . I am new to ivy thingy .. So is there any
solution to this ?

Thanks


On Sun, Oct 31, 2010 at 3:42 AM, Konstantin Boudnik <co...@apache.org> wrote:
> I assume you're trying to build 0.20+. Later projects uses later version of
> junit... Running the build...
>
> [ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar ...
> [ivy:resolve] .................................................................................... (118kB)
> [ivy:resolve] .. (0kB)
> [ivy:resolve]   [SUCCESSFUL ] junit#junit;3.8.1!junit.jar (1486ms)
>
> Looks like your ivy cache is hosed or something similar.
>  Cos
>
> On Sat, Oct 30, 2010 at 06:43PM, bharath v wrote:
>> Hi ,
>>
>> I am getting the error
>>
>> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
>> invalid sha1:  ..
>>
>> Is it downloading the corrupt file or is there any other thing which I
>> need to take care of ??
>>
>> Iam getting the same error even after several tries ..:/
>>
>> Any help?
>>
>> Thanks
>

Re: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom: invalid sha1:

Posted by Konstantin Boudnik <co...@apache.org>.
I assume you're trying to build 0.20+. Later projects uses later version of
junit... Running the build...

[ivy:resolve] downloading http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar ...
[ivy:resolve] .................................................................................... (118kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] junit#junit;3.8.1!junit.jar (1486ms)

Looks like your ivy cache is hosed or something similar.
  Cos

On Sat, Oct 30, 2010 at 06:43PM, bharath v wrote:
> Hi ,
> 
> I am getting the error
> 
> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom:
> invalid sha1:  ..
> 
> Is it downloading the corrupt file or is there any other thing which I
> need to take care of ??
> 
> Iam getting the same error even after several tries ..:/
> 
> Any help?
> 
> Thanks