Open joecrean opened 8 years ago
I see this error on my Mac with Roxy 1.7.2
Looks like you are right. The raiseexception, and mention of running with jruby are unnecessary. Perhaps jruby did not get bundled with warbler before?
I ran into this last night when working on a discrepancy in our JRuby integration and I will address it in the near future.
This was a bug I previously discussed with @grtjn and @paxtonhare - here finally is the bug report...sorry it took so long
Testing on my local Mac environment. When I run
ml jar
i see the following exception:This makes no sense to me - why should i be running
JRuby
to create the roxy jar file. The only pre-requisite should be that I have thejruby
andwarbler
gems installed - which i do...In order to workaround this problem i just commented out the first line in the
self.jar
method inserver_config.rb
- see below...