Group: http://groups.google.com/group/rawr-lib/topics
- rawr not working for me but I'm new [2 Updates]
amiracam <charles....@gmail.com> Dec 27 05:59AM -0800
first of all , doing a rawr install resulted in a rake file with only
require rawr
if I run : jruby -S rake -T
I do get what seems to be a proper listing of the rake tasks
available
but if I try to run it :
jruby -S rake rawr:build:app
rake aborted!
Don't know how to build task 'rawr:build:app'
(See full trace by running task with --trace)
The code above is from a snippet in a JRuby book where it does a
trivial use case of the hpricot gem. My objective was to use it as a
test case for rawr.
However, I got here because I had tried the monkey bars demo verbatim
(from the monkeybars web site) where everything worked except for the
generation of of viable jar, .app and .exe
the jar did not launch i.e. at least via file association i.e. I
double clicked on it
the .app complained that it was corrupted or malformed
the .exe actually failed to compile i.e. rawr did not manange to
generate the .exe
btw, I'm testing on OS X Lion using the latest download of JRuby with
the ruby language option set to 1.92
any feedback is appreciated.
thanks
James Britt <james...@gmail.com> Dec 27 11:12AM -0700
amiracam wrote:
> if I run : jruby -S rake -T
> I do get what seems to be a proper listing of the rake tasks
> available
Does that list include rawr:build:app ?
> rake aborted!
> Don't know how to build task 'rawr:build:app'
> (See full trace by running task with --trace)
There is
rawr:bundle:app
> The code above is from a snippet in a JRuby book where it does a
> trivial use case of the hpricot gem. My objective was to use it as a
> test case for rawr.
Does that book say to run 'rawr:build:app'? I don't think that was ever
an option. Pretty sure it was always "bundle".
James Britt
You received this message because you are subscribed to the Google Group rawr-lib.
--
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.
You received this message because you are subscribed to the Google Groups "rawr-lib" group.
To post to this group, send email to rawr...@googlegroups.com.
To unsubscribe from this group, send email to rawr-lib+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rawr-lib?hl=en.