dist-bin ant target fails because rspec is not installed.
---------------------------------------------------------

                 Key: JRUBY-5600
                 URL: http://jira.codehaus.org/browse/JRUBY-5600
             Project: JRuby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: JRuby 1.6
            Reporter: Clayton O'Neill
         Attachments: fix-dist-bin.patch

I get the error below when trying to build the dist-bin target.  It appears 
that the problem is that rspec is not installed, and the Rakefile needs it.  
I've attached a patch that makes the install-dev-gems target a dependency for 
dist-bin.  This does work, but I don't know if this is the correct fix.

   [unzip] Expanding: /sw/src/BUILD/jruby-1.6.0/build_lib/jffi-x86_64-SunOS.jar 
into /sw/src/BUILD/
jruby-1.6.0/dist/jruby-bin-1.6.0/lib/native
    [unzip] Expanding: 
/sw/src/BUILD/jruby-1.6.0/build_lib/jffi-x86_64-Windows.jar into /sw/src/BUIL
D/jruby-1.6.0/dist/jruby-bin-1.6.0/lib/native
     [echo] Running rake install_dist_gems
     [echo] compile=OFF, threshold=20, objectspace=true threadpool=false 
reflection=false
     [java] (in /sw/src/BUILD/jruby-1.6.0)
     [java] rake aborted!
     [java] Could not find RubyGem rspec (>= 0)
     [java]
     [java] (See full trace by running task with --trace)

BUILD FAILED
/sw/src/BUILD/jruby-1.6.0/build.xml:1421: The following error occurred while 
executing this line:
/sw/src/BUILD/jruby-1.6.0/build.xml:1155: Java returned: 1

Total time: 1 minute 22 seconds


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to