[ 
https://issues.apache.org/jira/browse/SCB-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16468780#comment-16468780
 ] 

ASF GitHub Bot commented on SCB-567:
------------------------------------

weichao666 commented on issue #695: [SCB-567] treat warning as errors, modify 
the compilerArgments
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/695#issuecomment-387723171
 
 
   <configuration>
     <compilerArguments>
       <Werror />
       <Xlint:all />
     </compilerArguments>
      </configuration>
    cse can't use <Xlint:all />,it will cause error while use python 
elementTree to parse pom.xml}}
   
   replace use
   
   <configuration>
   ......
     <compilerArgs>
       <arg>-Werror</arg>
       <arg>-Xlint:all</arg>
     </compilerArgs>
   </configuration>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> treat warning as errors, modify the compilerArgments
> ----------------------------------------------------
>
>                 Key: SCB-567
>                 URL: https://issues.apache.org/jira/browse/SCB-567
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Java-Chassis
>            Reporter: WeiChao
>            Assignee: WeiChao
>            Priority: Major
>




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

Reply via email to