I just created an issue for this: BUILDR-628
Crash on first Running Build On Wed, Mar 7, 2012 at 5:32 PM, Steve Quince <[email protected]> wrote: > FYI - I include http://repo1.maven.org/maven2 in my list of remotes since > it seems quite reliable for all of the dependencies I've needed to resolve. > > http://www.ibiblio.org/maven2 seems to be missing quite a few things (some > of what I had been looking for was quite old, admittedly) > > - steve > > On Wed, Mar 7, 2012 at 7:48 PM, Antoine Toulme <[email protected] > >wrote: > > > Would you please file a bug ? We also should consider bumping the version > > of Ant to latest for good measure. > > > > On Wed, Mar 7, 2012 at 15:28, Ed Smiley <[email protected]> wrote: > > > > > Solution: > > > Include the mirrors in the buildfile, to get full reliability > > > > > > # Specify Maven 2.0 remote repositories > > > repositories.remote << "http://www.ibiblio.org/maven2" > > > repositories.remote << 'http://mirrors.ibiblio.org/pub/mirrors/maven2/ > ' > > > > > > Hope this helps somebody! > > > > > > Is the original maven2 repo dead?-- Buildr depends on it! > > > > > > On Wed, Mar 7, 2012 at 3:00 PM, Ed Smiley <[email protected]> wrote: > > > > > > > Hi Antoine, > > > > > > > > I have a working Buildr system on my machine running 1.43. > > > > > > > > I have a fully replicable method of installing Buildr, and choosing > the > > > > latest, I get 1.46. > > > > If I run Buildr it makes a project fine. > > > > However if I run my buildfile, it tries to download ant form ibiblio > > and > > > > fails. > > > > > > > > I then just ran buildr in an empty directory and created the default > > > > project generated with 1.46 to see if I could reproduce the error. > > > > As soon as I drop Java files in src/main/java/ so that it has > something > > > to > > > > compile I get the error again, so this is something very fundamental. > > > > > > > > The error is: > > > > RuntimeError : Failed to download org.apache.ant:ant:jar:1.8.0, tried > > the > > > > following repositories: > > > > http://www.ibiblio.org/maven2// > > > > > > > > Is this a 1.46 problem. How do I resolve it? > > > > > > > > Thanks > > > > -- > > > > Ed Smiley, Software Architect Sr > > > > *e*brary | 410 Cambridge Avenue| Palo Alto, CA 94306 USA | > > > > [email protected] > > > > www.ebrary.com > > > > *e*brary is a member of the ProQuest family of companies. > > > > *ProQuest*...Start Here. 2011 InformationWeek Top Innovator > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Ed Smiley, Software Architect Sr > > > *e*brary | 410 Cambridge Avenue| Palo Alto, CA 94306 USA | > > > [email protected] > > > www.ebrary.com > > > *e*brary is a member of the ProQuest family of companies. > > > *ProQuest*...Start Here. 2011 InformationWeek Top Innovator > > > > > > -- Ed Smiley, Software Architect Sr *e*brary | 410 Cambridge Avenue| Palo Alto, CA 94306 USA | [email protected] www.ebrary.com *e*brary is a member of the ProQuest family of companies. *ProQuest*...Start Here. 2011 InformationWeek Top Innovator
