You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
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:
~/Workspace/Thieme/ps-src-main/core-services/trunk -> ml jar
ERROR: You must be using JRuby to create a jar
Usage: ml jar
General options:
-v, [--verbose] # Verbose output
Prerequisites:
- You must be running JRuby http://jruby.org/
- You must have the warbler gem installed
> gem install warbler
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 the jruby and warbler gems installed - which i do...
Looks like you are right. The raiseexception, and mention of running with jruby are unnecessary. Perhaps jruby did not get bundled with warbler before?
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...The text was updated successfully, but these errors were encountered: