[jira] Commented: (JELLY-236) Whitespace normalization in Jelly is wrong

2006-08-08 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-236?page=comments#action_12426637 ] Kohsuke Kawaguchi commented on JELLY-236: - The change I made was to change the way the trimming happens. Specifically, I changed TagUtils.trimScript() and m

[jira] Commented: (JELLY-236) Whitespace normalization in Jelly is wrong

2006-08-07 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-236?page=comments#action_12426435 ] Kohsuke Kawaguchi commented on JELLY-236: - I'm not sure if I understand the question. Sorry. You mean String.trim()? > Whitespace normalization in Jelly is

[jira] Commented: (JEXL-18) Whitespace normalization in Jelly is wrong

2006-08-07 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JEXL-18?page=comments#action_12426389 ] Kohsuke Kawaguchi commented on JEXL-18: --- D'oh! This is supposed to be filed against Jelly, not Jexl. But I don't seem to be able to reassign it, or even just to

[jira] Created: (JEXL-18) Whitespace normalization in Jelly is wrong

2006-08-07 Thread Kohsuke Kawaguchi (JIRA)
Whitespace normalization in Jelly is wrong -- Key: JEXL-18 URL: http://issues.apache.org/jira/browse/JEXL-18 Project: Commons JEXL Issue Type: Bug Reporter: Kohsuke Kawaguchi In XML, the

[jira] Created: (JELLY-235) nested exceptions are displayed incorrectly with JellyException

2006-08-06 Thread Kohsuke Kawaguchi (JIRA)
nested exceptions are displayed incorrectly with JellyException --- Key: JELLY-235 URL: http://issues.apache.org/jira/browse/JELLY-235 Project: Commons Jelly Issue Type: Improvement

[jira] Updated: (JELLY-234) Nested DynamicTag and doesn't work correctly

2006-08-06 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-234?page=all ] Kohsuke Kawaguchi updated JELLY-234: Attachment: JELLY-234.patch And a patch to fix this. > Nested DynamicTag and doesn't work correctly > -

[jira] Commented: (JELLY-234) Nested DynamicTag and doesn't work correctly

2006-08-06 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-234?page=comments#action_12426066 ] Kohsuke Kawaguchi commented on JELLY-234: - Sorry, cut and paste error. The bug report text is meant to be as follows: Consider a doubly nested invocations

[jira] Created: (JELLY-234) Nested DynamicTag and doesn't work correctly

2006-08-06 Thread Kohsuke Kawaguchi (JIRA)
Nested DynamicTag and doesn't work correctly -- Key: JELLY-234 URL: http://issues.apache.org/jira/browse/JELLY-234 Project: Commons Jelly Issue Type: Bug Components: core / t

[jira] Commented: (JEXL-17) ExpressionFactory.createNewExpression should throw an Exception in case of a parsing error, not Error

2006-08-05 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JEXL-17?page=comments#action_12426031 ] Kohsuke Kawaguchi commented on JEXL-17: --- For example, "a?b:c" should do, since the lexer wouldn't understand '?'. I overlooked that existing exception, and I agr

[jira] Created: (JELLY-233) JellyException.getMessage() shouldn't show pointless "null:-1:-1:" in the error message

2006-08-05 Thread Kohsuke Kawaguchi (JIRA)
JellyException.getMessage() shouldn't show pointless "null:-1:-1:" in the error message - Key: JELLY-233 URL: http://issues.apache.org/jira/browse/JELLY-233 P

[jira] Updated: (JEXL-17) ExpressionFactory.createNewExpression should throw an Exception in case of a parsing error, not Error

2006-08-05 Thread Kohsuke Kawaguchi (JIRA)
[ http://issues.apache.org/jira/browse/JEXL-17?page=all ] Kohsuke Kawaguchi updated JEXL-17: -- Attachment: JEXL-17.diff Patch for this change. > ExpressionFactory.createNewExpression should throw an Exception in case of a > parsing error, not Error > -

[jira] Created: (JEXL-17) ExpressionFactory.createNewExpression should throw an Exception in case of a parsing error, not Error

2006-08-05 Thread Kohsuke Kawaguchi (JIRA)
ExpressionFactory.createNewExpression should throw an Exception in case of a parsing error, not Error - Key: JEXL-17 URL: http://issues.apache.org/jira/browse/JEXL