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
