On Tue, May 20, 2008 at 2:28 PM, Shane Witbeck <[EMAIL PROTECTED]> wrote: > Getting the following when I attempt to install from trunk: > > jackal:buildr shane$ rake install > (in /Users/shane/projects/thirdparty/buildr) > Compiling Java libraries ... > ruby -Ilib -Iaddon bin/buildr compile > (in /Users/shane/projects/thirdparty/buildr, development) > Compiling buildr > rake aborted! > Operation timed out - connect(2) > > (See full trace by running task with --trace) > rake aborted! > Command failed with status (1): [ruby -Ilib -Iaddon bin/buildr compile...] > /Users/shane/projects/thirdparty/buildr/rakefile:41 > (See full trace by running task with --trace) > jackal:buildr shane$ > > > I'm guessing this is a timeout associated with trying to get a dependency?
Yes, and looks like this occurs when rake setup is running buildr compile (local copy) to compile buildr.jar, which then attempts to download some libraries form http://repo1.maven.org/maven2 and sourceforge (nailgun). Assf > > -- > -Shane >
