Issue Details (XML | Word | Printable)

Key: MCHANGES-71
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Yao Yong
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

need add template encoding to announcement-generate

Created: 03/Mar/07 02:56 AM   Updated: 03/Nov/08 05:29 PM   Resolved: 03/Nov/08 05:29 PM
Return to search
Component/s: announcement
Affects Version/s: None
Fix Version/s: 2.1

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide

I need to generate a Chinese announcement, would you please add the following velocity property into parameters
input.encoding
output.encoding



Dennis Lundberg made changes - 04/Jul/07 05:40 PM
Field Original Value New Value
Component/s announcement [ 12879 ]
Dennis Lundberg added a comment - 02/Aug/07 09:47 AM

Do you want to be able to specify the input and output encodings in the configuration element for this plugin in your pom, like this?

<configuration>
    <inputEncoding>UTF-8</inputEncoding>
    <outputEncoding>UTF-8</outputEncoding>
  </configuration>

Then those parameters should be forwarded to the velocity context as the properties "input.encoding" and output.encoding"?


Benjamin Bentmann added a comment - 23/Apr/08 11:46 AM

The default values for these new parameters should follow our proposal about Source File Encoding.


Herve Boutemy made changes - 24/May/08 02:23 AM
Link This issue is related to MNG-2216 [ MNG-2216 ]
Olivier Lamy made changes - 06/Jul/08 05:47 PM
Fix Version/s 2.1 [ 14064 ]
Olivier Lamy added a comment - 03/Nov/08 05:29 PM

fixed in rev 710219
Feel free to reopen it if you have any issues (I can't with chinese characters ).


Olivier Lamy made changes - 03/Nov/08 05:29 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]