[GUMP@vmgump]: Project velocity-texen-test (in module velocity-texen) failed

2008-09-29 Thread Velocity Gump
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 velocity-texen-test has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project velocity-engine-test (in module velocity-engine) failed

2008-09-29 Thread Velocity Gump
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 velocity-engine-test has an issue affecting its community integration. This issue

[jira] Updated: (VELOCITY-619) New set modifier so that set only assigns a value when variable is not defined.

2008-09-29 Thread Byron Foster (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Foster updated VELOCITY-619: -- Attachment: setBangModifier.patch > New set modifier so that set only assigns a value when va

[jira] Created: (VELOCITY-619) New set modifier so that set only assigns a value when variable is not defined.

2008-09-29 Thread Byron Foster (JIRA)
New set modifier so that set only assigns a value when variable is not defined. --- Key: VELOCITY-619 URL: https://issues.apache.org/jira/browse/VELOCITY-619 Project: Velocity

[jira] Updated: (VELOCITY-618) Strict property and method references

2008-09-29 Thread Byron Foster (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Foster updated VELOCITY-618: -- Attachment: strictPropertyRef.patch Patch for enforcing strict method and property references

Re: Patch: Strict property and method references

2008-09-29 Thread Nathan Bubna
Oops, just saw that you did. Thanks! On Mon, Sep 29, 2008 at 7:13 AM, Nathan Bubna <[EMAIL PROTECTED]> wrote: > We actually won't even get your patch otherwise. The mailing list > strips most attachments off. Please attach this to a JIRA issue. :) > > On Mon, Sep 29, 2008 at 6:58 AM, Claude Bri

Re: Patch: Strict property and method references

2008-09-29 Thread Nathan Bubna
We actually won't even get your patch otherwise. The mailing list strips most attachments off. Please attach this to a JIRA issue. :) On Mon, Sep 29, 2008 at 6:58 AM, Claude Brisson <[EMAIL PROTECTED]> wrote: > Thanks, but you should create an entry in JIRA: > https://issues.apache.org/jira/brow

[jira] Created: (VELOCITY-618) Strict property and method references

2008-09-29 Thread Byron Foster (JIRA)
Strict property and method references - Key: VELOCITY-618 URL: https://issues.apache.org/jira/browse/VELOCITY-618 Project: Velocity Issue Type: Improvement Components: Engine Reporter

Re: Patch: Strict property and method references

2008-09-29 Thread Claude Brisson
Thanks, but you should create an entry in JIRA: https://issues.apache.org/jira/browse/VELOCITY Otherwise we may very well forget about your patch... It is also usefull to gather all comments and potential successive versions. Claude Le lundi 29 septembre 2008 à 06:43 -0700, Byron Foster a éc

Patch: Strict property and method references

2008-09-29 Thread Byron Foster
The attached patch against trunk adds a new option 'runtime.references.strict'. When set to true, invalid property references will throw a InvalidMethodException. For example $foo.bar will throw an exception if the object contained in $foo has no such property as bar. Any kind of referen