![]() | can't run monkeybars example |
|
23 Dec 2011, 20:30
Charles A. Monteiro (7 posts) |
I get the following when attempting to setup the project for the monkeybars example: C:\Users\cod2\Documents\NetBeansProjects\bookie>jruby -S rake generate ALL=src/bookie thanks |
|
26 Dec 2011, 19:21
Ian Dees (192 posts) |
Hi, Charles. I’ve seen issues like this before if I ran the generate step before the rawr step. Have you run If the error persists even after doing another —Ian |
|
04 Jan 2012, 23:27
Charles A. Monteiro (7 posts) |
thanks , I’ll try to get back to this , but I first decided to conquer the generating of jars which I’m posting about an issue now |
|
25 Mar 2012, 09:34
Roberto Gianassi (5 posts) |
Hello all, I followed the monkeybars example on the book, but I have a traceback when I attempt to add/use the RedCloth lib. In particular, I have a traceback: Exception in thread “main” org.jruby.exceptions.RaiseException: (LoadError) no such file to load—redcloth at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) at (Anonymous).(root)(C:/Documents and Settings/roberto.gianassi/Documenti/WORK/hello/build/classes/manifest.rb:61) ... The manifest.rb around line 61 is: add_to_load_path ’../lib/ruby/redcloth/lib’ require ‘swing_ext’ so nothing strange. The RedCloth library is there. I’m new to Ruby and jRuby, so I’m probably missing something stupid, but I don’t know what to debug. Roberto Gianassi |
|
27 Mar 2012, 00:38
Ian Dees (192 posts) |
Hi, Roberto. Sorry about this error. I’m not around a machine where I can test this, but I can look into it next week. In the meantime, you may be able to load the RedCloth file using its absolute path. —Ian |
|
31 Mar 2012, 14:17
Roberto Gianassi (5 posts) |
Hi Ian, thank you for your replay. No problem about the error: that’s software! After some more investigation it seems something related to rake 0.8.4. Some slashes are not handled correctly. So I have now 2 questions: Thanks again, |
|
02 Apr 2012, 22:03
Ian Dees (192 posts) |
Hi, Roberto. I was able to replicate the Here’s how I got it running again on my machine. In the In answer to your follow-up questions:
Hope this helps. —Ian |
|
07 Apr 2012, 17:42
Roberto Gianassi (5 posts) |
It works! Thank you and Happy Easter! |
| You must be logged in to comment |

