Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-342

Texen example does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5
    • None
    • Texen
    • None
    • Operating System: Windows 2000
      Platform: PC
    • 33206

    Description

      The Texen example at
      http://jakarta.apache.org/velocity/texen.html
      does not work.

      In Control.vm, to create the output file name, $stringutils.concat
      ([$planet, ".html"]) is being used, but StringUtils is set to the Context
      as "strings".

      The correct template shoud read: $strings.concat([$planet, ".html"])

      Attachments

        Activity

          People

            Unassigned Unassigned
            shinobu Shinobu Kawai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: