You may also want to check that your $HOME environment variable points to /Users/username.
alex On Thu, Feb 16, 2012 at 1:32 AM, Alleyoop <christian.zwett...@gmail.com>wrote: > Hi, > > that's my current setup: > > ruby --version > ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] > > > jruby --version > jruby 1.6.6 (ruby-1.8.7-p357) (2012-01-30 5673572) (Java HotSpot(TM) 64-Bit > Server VM 1.6.0_29) [darwin-x86_64-java] > > buildr --version > Buildr 1.4.6 > > /Users/username/.buildr/buildr.rb: > puts "i'm loading!!!" > > repositories.remote << 'http://xxx/archiva/repository/internal/' > repositories.release_to = 'http://xxx/archiva/repository/internal/' > > When I run the buildr command it just gives me: > RuntimeError : Unable to download com.xxx:jar:0.0.27. No remote > repositories > defined. > > The put is never shown, so I guess it doesn't find the buidlr.rb file. > > I tried to place it in the same folder as the buildfile and outside the > .buildr Folder. > > I am really at a loss here and would appreciate your help. > > Brgs, > Christian > > > -- > View this message in context: > http://software.780142.n2.nabble.com/Mac-OS-X-Lion-buildr-does-not-find-buildr-rb-tp7290437p7290437.html > Sent from the Apache Buildr - User mailing list archive at Nabble.com. >