Re: svn commit: r525698 - in /velocity/engine/trunk/src:

2007-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henning, Henning P. Schmiedehausen wrote: Christopher Schultz [EMAIL PROTECTED] writes: I'd be happy to attach this code to a Jira isssue in order to bless it as something being given away freely (but I reserve the right to publish it

Re: svn commit: r525698 - in /velocity/engine/trunk/src:

2007-04-23 Thread Nathan Bubna
http://issues.apache.org/jira/browse/VELOCITY-533 On 4/23/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henning, Henning P. Schmiedehausen wrote: Christopher Schultz [EMAIL PROTECTED] writes: I'd be happy to attach this code to a Jira isssue

Re: svn commit: r525698 - in /velocity/engine/trunk/src:

2007-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Nathan Bubna wrote: On 4/10/07, Henning P. Schmiedehausen [EMAIL PROTECTED] wrote: Actually, the primitive types are the problem. For Object arrays, using asArray is a piece of cake. However, for simple types, you can not cast to Object [],

Re: svn commit: r525698 - in /velocity/engine/trunk/src:

2007-04-10 Thread Nathan Bubna
On 4/10/07, Henning P. Schmiedehausen [EMAIL PROTECTED] wrote: Nathan Bubna [EMAIL PROTECTED] writes: On 4/8/07, Henning P. Schmiedehausen [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: While I hope to grasp the intention of this patch; why can't you wrap the Array into Arrays.asList(),

Re: svn commit: r525698 - in /velocity/engine/trunk/src:

2007-04-09 Thread Nathan Bubna
On 4/8/07, Henning P. Schmiedehausen [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: While I hope to grasp the intention of this patch; why can't you wrap the Array into Arrays.asList(), which does turn an array into a fixed size list? i believe that would break