Johannes Grassler created CASSANDRA-14154:
---------------------------------------------

             Summary: `ant javadoc` task broken due to UTF-8 characters in 
multiple source files
                 Key: CASSANDRA-14154
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14154
             Project: Cassandra
          Issue Type: Bug
          Components: Build
         Environment: Built on OpenSUSE Tumbleweed. I used the following java 
packages when building:

{quote}
titan% rpm -qa | grep java
javapackages-local-4.7.0+git20170331.ef4057e7-1.5.x86_64
java-1_8_0-openjdk-devel-1.8.0.151-1.3.x86_64
python3-javapackages-4.7.0+git20170331.ef4057e7-1.5.x86_64
java-1_8_0-openjdk-headless-1.8.0.151-1.3.x86_64
timezone-java-2017c-1.3.noarch
java-1_8_0-openjdk-1.8.0.151-1.3.x86_64
libjavascriptcoregtk-1_0-0-2.4.11-7.6.x86_64
libjavascriptcoregtk-4_0-18-2.18.4-1.1.x86_64
javapackages-tools-4.7.0+git20170331.ef4057e7-1.5.x86_64
{quote}
            Reporter: Johannes Grassler
            Priority: Minor
         Attachments: build.log, javadoc-encoding.patch

Several source files contain UTF-8 characters in String literals. When building 
the {{javadoc}} target with ant ({{ant javadoc}}), these will trip up javadoc, 
which defaults to ASCII encoding. See the {{build.log}} for what I did and the 
resulting output.

I created a patch that will fix the problem ({{javadoc-encoding.patch}}), which 
is attached.

I encountered this problem in 3.11.1, but I haven't checked whether other 
versions are affected as well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to