Not missing anything AFAICT. That part works for me. I get a later failure related to rspec, which I expect is a problem with my local environment.
I'm using 5ee7621f0ab4f9d4c2b51b9cb29c6b12be99bf35, OSX 10.6.8 (Snow Leopard) java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-10M3527) Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode) Apache Ant(TM) version 1.8.2 compiled on October 14 2011 $ ant test ... install-jruby-launcher-gem: [java] Successfully uninstalled jruby-launcher-1.0.9-java [java] Building native extensions. This could take a while... [java] Successfully installed jruby-launcher-1.0.9-java [java] 1 gem installed ... est-rake-targets: [echo] Running rake test:rake_targets [echo] compile=OFF, threshold=20, objectspace=false threadpool=false reflection=false [java] (in /Users/jabley/work/github/jruby) [java] rake aborted! [java] Could not find rspec (>= 0) amongst [builder-3.0.0, bundler-1.0.10, htty-1.3.3, jruby-launcher-1.0.9-java, mime-types-1.16, rake-0.8.7, rake-0.8.7] [java] [java] (See full trace by running task with --trace) BUILD FAILED /Users/jabley/work/github/jruby/build.xml:1117: The following error occurred while executing this line: /Users/jabley/work/github/jruby/build.xml:1137: Java returned: 1 Sorry that doesn't really help you much. You might be better off asking on IRC, if you were after a quicker response? Cheers, James On 11 December 2011 14:09, Stuart Halloway <s...@thinkrelevance.com> wrote: > I am following the instructions in docs/README.test and encountering the > following problem: > > <...some ok-looking build output...> > install-jruby-launcher-gem: > [java] ERROR: While executing gem ... (Gem::CommandLineError) > [java] Please specify at least one gem name (e.g. gem build > GEMNAME) > [java] Java Result: 1 > [java] ERROR: While executing gem ... (Gem::CommandLineError) > [java] Please specify at least one gem name (e.g. gem build > GEMNAME) > > BUILD FAILED > /Users/stu/repos/jruby/build.xml:822: Java returned: 1 > > I am running on Mac OS 10.6.8, with > * Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-10M3527) > * Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode) > * Apache Ant(TM) version 1.8.2 compiled on October 14 2011 > > What am I missing? > > Thanks, > Stu > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >