You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2002/07/23 17:05:36 UTC

DO NOT REPLY [Bug 11088] New: - No error reporting when #parse doesn't

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11088>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11088

No error reporting when #parse doesn't

           Summary: No error reporting when #parse doesn't
           Product: Velocity
           Version: 1.3-rc1
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: plynchnlm@netscape.net


At least in some circumstances, when #parse can't parse the included
file, no exception is thrown.  For example, if you #parse a file that
contains the text below, no error is reported, nothing gets included,
and future #parses don't work.  (This might be related to bug 11065.)
In the sample below, the macro call is missing its closing parenthesis.

----BEGIN SAMPLE----
#macro (myMacro $arg1 $list)
This is text from velPTest2.vm
#myMacro('name', ['apples', 'oranges']
More text

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>