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 2001/11/29 17:57:02 UTC

DO NOT REPLY [Bug 5183] New: - The control.vm has one line bug

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

The control.vm has one line bug

           Summary: The control.vm has one line bug
           Product: Velocity
           Version: 1.1-rc2
          Platform: All
               URL: http://jakarta.apache.org/velocity/texen.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: frankmei2000@yahoo.com


at page http://jakarta.apache.org/velocity/texen.html
in Control.vm file the 14 line 
    #set ($outputFile = strings.concat([$planet, ".html"]))

should change to 

    #set ($outputFile = $planet.concat(".html"))

hai

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