<div dir="ltr">Thx, Dscho, that works for me now - also taught me how to use Maven dependency management to pick the right JRuby.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 18, 2014 at 2:33 PM, Johannes Schindelin <span dir="ltr"><<a href="mailto:Johannes.Schindelin@gmx.de" target="_blank">Johannes.Schindelin@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Lee,<br>
<br>
On Tue, 18 Mar 2014, Lee Kamentsky wrote:<br>
<br>
> I'm encountering the same behavior in CellProfiler as appeared in Fiji (see<br>
> bug below). What did you all change in the code to make it work? (in other<br>
> words, what's the right way to get my POM to load joda-time.jar instead of<br>
> using what's in jruby?)<br>
<br>
joda-time should already be a transitive dependency, the problem is that<br>
jruby shadows it (in an incompatible version). We now use jruby-complete<br>
in a newer version (that probably includes a new joda-time). This is good<br>
enough for now, but of course it might break again...<br>
<br>
Ciao,<br>
Dscho<br>
</blockquote></div><br></div>