Please try adding this ? repositories.remote << "http://repo1.maven.org/maven2"
Thanks! Antoine On Mon, Dec 5, 2011 at 10:46, Shapiro, Jason <jason.shap...@redprairie.com>wrote: > This is from buildfile: > > repositories.remote << 'http://www.ibiblio.org/maven2/' > > Thanks! > > On Mon, Dec 5, 2011 at 11:38 AM, Antoine Toulme > <anto...@lunar-ocean.com>wrote: > >> Hi Jason, >> >> would you please share the remote repositories you use ? It might be worth >> adding the canonical Maven repository which should contain Ant. >> >> Something like: http://repo1.maven.org/maven2 >> >> Thanks, >> >> Antoine >> >> On Mon, Dec 5, 2011 at 10:08, Shapiro, Jason >> <jason.shap...@redprairie.com>wrote: >> >> > Hey, >> > >> > I just downloaded and installed ruby 1.8.7 and buildr 1.4.6 on mac os x >> > Lion. I'm getting an error when I run 'buildr build' for the first >> time: >> > >> > Downloading org.apache.ant:ant:jar:1.8.0 >> > undefined method `closed?' for nil:NilClass >> > Buildr aborted! >> > RuntimeError : Failed to download org.apache.ant:ant:jar:1.8.0, tried >> the >> > following repositories: >> > http://www.ibiblio.org/maven2// >> > >> > I don't get the error on 'buildr clean' >> > >> > I had buildr previously installed from macports. I first saw this >> error on >> > that install, so I uninstalled and reinstalled without macports, but I >> > still get the same error. I'm wondering if a previous install may have >> > left some kind of configuration file that I'm not aware of. Can anybody >> > help me debug this? >> > >> > Thanks >> > >> > >