JavaClass, line 634
is
               if (!IdUtil.isConstant(simpleName) && proxy.getConstantAt
(simpleName) == null) {
s/b
               if (IdUtil.isConstant(simpleName) && proxy.getConstantAt
(simpleName) == null) {

On 4/23/07, Bamboo <[EMAIL PROTECTED]> wrote:

The project JRuby - Ant has the following 1 change by 1 author:

*Thomas E Enebo* made the following changes at 10:36 AM, 23 April 2007

Comment:
JRUBY-697: Extending a class with an inner class that starts with an '_'
fails (by kwerle)
   This is just a workaround until we really solve JRUBY-697.  Without
this patch we blow up when we throw an exception when we encounter a bad
constant inner class name.

> /trunk/jruby/src/org/jruby/javasupport/JavaClass.java (3537)




---------------------------------------------------------------------------------------

The build has 1 failed test and 390 successful tests.

Click http://jruby.thresher.com/browse/JRUBY-ANT-306 to find out more.

Thanks,

Bamboo

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

    http://xircles.codehaus.org/manage_email


Reply via email to