[jira] Created: (SANSELAN-25) Support for reading Radiance HDR images

2009-07-09 Thread peter royal (JIRA)
Support for reading Radiance HDR images --- Key: SANSELAN-25 URL: https://issues.apache.org/jira/browse/SANSELAN-25 Project: Commons Sanselan Issue Type: New Feature Reporter: peter royal I

[jexl] 2.0?

2007-10-21 Thread peter royal
On Oct 21, 2007, at 4:23 PM, [EMAIL PROTECTED] wrote: 2.0 starting ooh! what all do you want to achieve? -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi smime.p7s Description: S/MIME cryptographic signature

Re: [jexl] array literal syntax + varargs

2007-10-12 Thread peter royal
On Oct 12, 2007, at 6:31 AM, Rahul Akolkar wrote: On 10/12/07, peter royal <[EMAIL PROTECTED]> wrote: howdy jexl users! i just added support for declaring arrays into the grammer. [ 'foo', 'bar' ] gets turned into new Object[]{"foo","bar"} now (o

[jexl] array literal syntax + varargs

2007-10-11 Thread peter royal
howdy jexl users! i just added support for declaring arrays into the grammer. [ 'foo', 'bar' ] gets turned into new Object[]{"foo","bar"} now (of course, you can use any valid expression for your array items) i've also updated the introspection/uberspect code with the latest from velocity