On Wed, Feb 9, 2011 at 12:12 AM, Rob Heittman
<rob.heitt...@solertium.com> wrote:
> Works great! I updated via rvm to jruby-head 3d4720 (bc6fb9+2) and
> built with "ant dist", then replaced my hack with
> jruby-complete-1.6.0-RC2.jar from that build. Added:
>
>    System.setProperty("org.jruby.embed.classloader", "context");
>
> to my Activator. App worked as before. Thanks!

No problem. Thank you for suggesting this.

> I like the challenge of trying to write test cases for the different
> classloaders. I think I can reduce my working code to a test. Any
> guidance on where to put them if I come up with something?

That's very helpful. Tests for embedding API are under JRuby's
test/org/jruby/embed directory. There would be the good place to put
in. But, you don't need to add the test in existing files. The test
won't be simple like others.

-Yoko

>
> On Tue, Feb 8, 2011 at 10:00 PM, Rob Heittman
> <rob.heitt...@solertium.com> wrote:
>>> I pushed the change by the commit, bc6fb9c. Would you help me to test
>>> the change is really working? Custom classloader issue is not easy to
>>> break down to a simple test case.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to