You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Kit Hui (JIRA)" <ji...@apache.org> on 2018/06/13 06:27:00 UTC

[jira] [Updated] (RATIS-254) Add test command to BUILDING.md

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

Kit Hui updated RATIS-254:
--------------------------
    Attachment: r254_20180613.patch

> Add test command to BUILDING.md
> -------------------------------
>
>                 Key: RATIS-254
>                 URL: https://issues.apache.org/jira/browse/RATIS-254
>             Project: Ratis
>          Issue Type: Improvement
>            Reporter: Kit Hui
>            Assignee: Kit Hui
>            Priority: Minor
>         Attachments: r254_20180613.patch
>
>
> We found that there was a javac error below if we ran {{mvn test}} after shade.
> {code}
> [*ERROR*] *An exception has occurred in the compiler (1.8.0_171). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.*
> [*ERROR*] *java.lang.IllegalStateException: endPosTable already set*
> {code}
> It needs to run
> {code}
> mvn clean -DskipCleanShade
> {code}
> We should document it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)