[
https://issues.apache.org/jira/browse/AVRO-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935663#comment-13935663
]
Hudson commented on AVRO-1471:
------------------------------
SUCCESS: Integrated in AvroJava #447 (See
[https://builds.apache.org/job/AvroJava/447/])
AVRO-1471. Java: Permit writing generated code in different character
encodings. Contributed by Eugene Mustaphin. (cutting: rev 1577670)
* /avro/trunk/CHANGES.txt
*
/avro/trunk/lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java
*
/avro/trunk/lang/java/compiler/src/test/java/org/apache/avro/compiler/TestSpecificCompiler.java
*
/avro/trunk/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/SchemaMojo.java
> avro-maven-plugin schema generation should use project.build.sourceEncoding
> for generated files
> -----------------------------------------------------------------------------------------------
>
> Key: AVRO-1471
> URL: https://issues.apache.org/jira/browse/AVRO-1471
> Project: Avro
> Issue Type: Improvement
> Components: java
> Affects Versions: 1.7.7
> Environment: MacOS 10.9
> Reporter: Eugene Mustaphin
> Assignee: Eugene Mustaphin
> Priority: Minor
> Fix For: 1.7.7
>
> Attachments: AVRO-1471.patch
>
>
> avro-maven-plugin generates java sources using system default encoding which
> is not good if maven project sources' encoding is different (which is often
> true on OS with non-UTF-8 system encoding like OSX and Windows) as generated
> files encoding differs from the rest of the project sources.
> It would be great if avro-maven-plugin used the project.build.sourceEncoding
> property for generated sources.
--
This message was sent by Atlassian JIRA
(v6.2#6252)