| rawr Deployment Help: Error when Executing jar File
Logan, yes, I'd love to add my gem-usage experiences to the wiki, provided that I will find the time. Sven
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
August 18, 2009 23:14
by: sonorius
|
| rawr Bundling
Hello, I hope this is not too off-topic, because it is basically a question about rawr. Again, my goal ist to deploy my Monkeybars apllication on a different machine (MS WIndows). At first I thoug . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
April 05, 2010 11:22
by: mikeiron
|
| rawr Deployment Help: Error when Executing jar File
Hello Logan, thank you for the pointer tothe wiki page on how to install gems into monkeybars applications. The information about excluding all the main gem directories was really essential. The error . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
August 18, 2009 23:14
by: sonorius
|
| rawr Deployment Help: Error when Executing jar File
No, I did not require 'thread' myself. I have already unpacked a gem, in this case it is facets. They probably also do some thread stuff, but I don't use much of it and I require it on a per-feature ba . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
August 18, 2009 23:14
by: sonorius
|
| define_handler for JDialog
Hi again, I think it helps imagine what I was talking about, if I post some code: class PopupController < ApplicationController set model 'PopupModel' set view 'PopupView' #set close action :exit #add . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
December 16, 2009 15:33
by: sundbp
|
| define_handler for JDialog
Hello Logan, I have not yet examined everything I could or wanted to, yet I writing already because I found an interesting thing. Your suggestion to first try vanilla handlers proved to be very useful. . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
December 16, 2009 15:33
by: sundbp
|
| rawr Deployment Help: Error when Executing jar File
Hello, I think I need a rawr tutorial, perhaps you can give me a pointer. I tried to prepare my application for distribution and did the following: $ jruby -S rake rawr:jar When I then tried to execute . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
August 18, 2009 23:14
by: sonorius
|
| define_handler for JDialog
And, for easier reading, this code as a pastie: http://pastie.org/584045 Sven
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
December 16, 2009 15:33
by: sundbp
|
| Unit Testing -- what's the standard way?
Hello Logan, thank you for your helpful answer. | To get classes to load you'll want to first run jruby -S rake rawr:jar Oh yes, having used Ruby for such a long time, I completely forgot abo . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
August 14, 2009 17:04
by: Logan Barnett
|
| define_handler for JDialog
Hello Logan, well, I have tried to do everything according to the already mentioned Post of David. I think the names do match and I even have verified, that PopupView#parent component= gets called. So, . . .
|
Monkeybars: Project has moved to GitHub.
» General Discussion
|
December 16, 2009 15:33
by: sundbp
|