You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Jim Alateras <ji...@comware.com.au> on 2007/06/01 00:10:39 UTC

Re: build from trunk failing

Alex Boisvert wrote:
> On 5/31/07, Rich Taylor <bh...@gmail.com> wrote:
>>
>> On a side note I've been trying to move to buildr as well.  I'm not sure
>> yet
>> if there is a way to create an Eclipse project from buildr (don't think
>> so).  So I've still been using Maven for that.
> 
> 
> 
> Simply run "rake eclipse" from the trunk's root.   Bonus:  it generates
> Eclipse projects that are ready to use.  No more manual tweaking for the
> generated classes.
> 
Did do that and i'm getting the following

C:\projects\ode\ode>rake eclipse test=no
(in C:/projects/ode/ode)
Downloading clover:clover:jar:1.3.11
Downloading 
http://repo1.maven.org/maven2/clover/clover/1.3.11/clover-1.3.11.jar
100% |.........................................|   1.5MB/  1.5MB Time: 
00:00:24
end of file reached
rake aborted!
Failed to download clover:clover:jar:1.3.11, tried the following 
repositories:
http://pxe.intalio.org/public/maven2
http://people.apache.org/repo/m2-incubating-repository
http://repo1.maven.org/maven2
http://people.apache.org/repo/m2-snapshot-repository

(See full trace by running task with --trace)

C:\projects\ode\ode>

> BTW, if you have/had any pain transitioning to buildr, we'd love to hear
> about it!
so far buildr itself has been fine.

cheers
</jima>

BTW I was at a ruby\rails user group last night and buildr got an 
honorable mention.

Re: build from trunk failing

Posted by Jim Alateras <ji...@comware.com.au>.
Assaf,

Thanks for that. Just updated the Rakefile and grabbed 1.1.2 and it all 
worked

cheers
</jima>
Assaf Arkin wrote:
> I just updated the Rakefile to work against any 1.1.x version of Buildr (
> 1.1.1, 1.1.2, etc).
> 
> I recommend upgrading to 1.1.2, which should fix the download problem 
> you're
> seeing above, apparently a keep-alive bug with the Maven repo.
> 
> Assaf
> 
> On 5/31/07, Jim Alateras <ji...@comware.com.au> wrote:
>>
>> > Simply run "rake eclipse" from the trunk's root.   Bonus:  it generates
>> > Eclipse projects that are ready to use.  No more manual tweaking for 
>> the
>> > generated classes.
>> >
>> Did do that and i'm getting the following
>>
>> C:\projects\ode\ode>rake eclipse test=no
>> (in C:/projects/ode/ode)
>> Downloading clover:clover:jar:1.3.11
>> Downloading
>> http://repo1.maven.org/maven2/clover/clover/1.3.11/clover-1.3.11.jar
>> 100% |.........................................|   1.5MB/  1.5MB Time:
>> 00:00:24
>> end of file reached
>> rake aborted!
>> Failed to download clover:clover:jar:1.3.11, tried the following
>> repositories:
>> http://pxe.intalio.org/public/maven2
>> http://people.apache.org/repo/m2-incubating-repository
>> http://repo1.maven.org/maven2
>> http://people.apache.org/repo/m2-snapshot-repository
>>
>> (See full trace by running task with --trace)
>>
>> C:\projects\ode\ode>
>>
>> > BTW, if you have/had any pain transitioning to buildr, we'd love to 
>> hear
>> > about it!
>> so far buildr itself has been fine.
>>
>> cheers
>> </jima>
>>
>> BTW I was at a ruby\rails user group last night and buildr got an
>> honorable mention.
>>
> 


Re: build from trunk failing

Posted by Assaf Arkin <ar...@intalio.com>.
I just updated the Rakefile to work against any 1.1.x version of Buildr (
1.1.1, 1.1.2, etc).

I recommend upgrading to 1.1.2, which should fix the download problem you're
seeing above, apparently a keep-alive bug with the Maven repo.

Assaf

On 5/31/07, Jim Alateras <ji...@comware.com.au> wrote:
>
> > Simply run "rake eclipse" from the trunk's root.   Bonus:  it generates
> > Eclipse projects that are ready to use.  No more manual tweaking for the
> > generated classes.
> >
> Did do that and i'm getting the following
>
> C:\projects\ode\ode>rake eclipse test=no
> (in C:/projects/ode/ode)
> Downloading clover:clover:jar:1.3.11
> Downloading
> http://repo1.maven.org/maven2/clover/clover/1.3.11/clover-1.3.11.jar
> 100% |.........................................|   1.5MB/  1.5MB Time:
> 00:00:24
> end of file reached
> rake aborted!
> Failed to download clover:clover:jar:1.3.11, tried the following
> repositories:
> http://pxe.intalio.org/public/maven2
> http://people.apache.org/repo/m2-incubating-repository
> http://repo1.maven.org/maven2
> http://people.apache.org/repo/m2-snapshot-repository
>
> (See full trace by running task with --trace)
>
> C:\projects\ode\ode>
>
> > BTW, if you have/had any pain transitioning to buildr, we'd love to hear
> > about it!
> so far buildr itself has been fine.
>
> cheers
> </jima>
>
> BTW I was at a ruby\rails user group last night and buildr got an
> honorable mention.
>