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=16087>.
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=16087

String containing '##' is treated as unterminated String.

           Summary: String containing '##' is treated as unterminated
                    String.
           Product: Velocity
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Source
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following template snippet

${System_err.println("###############################################")}

Results in this output:
[INFO,STDERR] [rrd] 1042589262000 Error in interpolating string literal : 
org.apache.velocity.runtime.parser.ParseException: Lexical error: 
org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 1, 
column 49.  Encountered: <EOF> after : ""

If you're wondering what I'm doing, I've got System.err passed into velocity as 
System_err

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to