[ 
https://issues.apache.org/jira/browse/VELOCITY-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Schmiedehausen closed VELOCITY-330.
-------------------------------------------


> The encoding cannot be specified in Generator#parse(...). The spelling of a 
> parameter is wrong.
> -----------------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-330
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-330
>             Project: Velocity
>          Issue Type: Bug
>          Components: Texen
>    Affects Versions: 1.4
>         Environment: Operating System: Windows XP
> Platform: PC
>            Reporter: SUGIMOTO Mamoru
>         Assigned To: Velocity-Dev List
>
> "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);
> ・・・

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to