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

The encoding cannot be specified in Generator#parse(...). The spelling of a parameter is wrong.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4
    • None
    • Texen
    • None
    • Operating System: Windows XP
      Platform: PC
    • 32786

    Description

      "template encoding" cannot be specified in
      org.apache.velocity.texen.Generator#parse(String, String, String, String,
      String, Object).
      The spelling of a parameter "intputEncoding" is wrong.


      public String parse (String inputTemplate,
      String intputEncoding,
      String outputFile,
      String outputEncoding,
      String objectID,
      Object object)
      throws Exception
      {
      if (objectID != null && object != null)

      { controlContext.put(objectID, object); }

      Template template = getTemplate(inputTemplate, inputEncoding != null ?
      inputEncoding : this.inputEncoding);

      ・・・

      Attachments

        Activity

          People

            Unassigned Unassigned
            sugim@isp.co.jp SUGIMOTO Mamoru
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: