To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project commons-configuration-test has an issue affecting its community
integration.
Thi
+1. Nice one :)
On Mon, Sep 1, 2008 at 2:20 PM, Paul Benedict <[EMAIL PROTECTED]> wrote:
> Congratulations, Niall, on a long-suffering job well done!
>
> Paul
>
> On Mon, Sep 1, 2008 at 1:08 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote:
>> The Apache Commons project is pleased to announce the rel
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Commons Wiki" for
change notification.
The following page has been changed by NiallPemberton:
http://wiki.apache.org/commons/Configuration
--
*
Say I declare a function:
public void fn(String s1, Object [] s2);
This function is then added to a JEXL context and referenced in an
expression thus:
fn('hello', ['a', 'b', 'c']);
This invokes the function with the argument ['a', 'b', 'c'] wrapped in
another array.
Thus, s2[0] == ['a', 'b'
The ExpressionFactory throws an exception when parsing a block statement
such as:
{ a='b'; c='d'; }
I traced it down to a missing check for ASTBlock in the ExpressionFactory.
The patch is attached although it was generated against a local checkin of
this file in my local svn, hence version