Maven 1.x Jalopy Plugin

Add a property that controls the source code encoding

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.5.1
  • Component/s: None
  • Labels:
    None
  • Environment:
    working on a machine with diffrent (default) encoding then the java source code
  • Number of attachments :
    1

Description

from http://jalopy.sourceforge.net/existing/plugin-ant-usage.html
"encoding Sets the encoding that controls how Jalopy interprets text files containing characters beyond the ASCII character set. Defaults to the platform default encoding."

Activity

Hide
Lukas Theussl added a comment -

What happens if maven.compile.encoding is null (it is not set by default by the java plugin)?

Show
Lukas Theussl added a comment - What happens if maven.compile.encoding is null (it is not set by default by the java plugin)?
Hide
Joachim Bader added a comment -

null value ist permitted for setEncoding(String)
null indicates the platform's default encoding
http://jalopy.sourceforge.net/jalopy/apidocs/de/hunsicker/jalopy/Jalopy.html#setEncoding(java.lang.String)

Show
Joachim Bader added a comment - null value ist permitted for setEncoding(String) null indicates the platform's default encoding http://jalopy.sourceforge.net/jalopy/apidocs/de/hunsicker/jalopy/Jalopy.html#setEncoding(java.lang.String)
Hide
Lukas Theussl added a comment -

Patch applied, snapshot deployed. Thanks!

Show
Lukas Theussl added a comment - Patch applied, snapshot deployed. Thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: