You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/07/06 14:35:05 UTC

[jira] [Commented] (HADOOP-12188) javac warning file is always empty on ant-based projects

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

Hadoop QA commented on HADOOP-12188:
------------------------------------

(!) A patch to the files used for the QA process has been detected. 
Re-executing against the patched versions to perform further tests. 
The console is at https://builds.apache.org/job/PreCommit-HADOOP-Build/7156/console in case of problems.

> javac warning file is always empty on ant-based projects
> --------------------------------------------------------
>
>                 Key: HADOOP-12188
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12188
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: yetus
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>         Attachments: HADOOP-12188.HADOOP-12111.01.patch
>
>
> (branch|patch)-javac-root-warning.txt is always empty though there are some warnings on ant-based projects, because check_patch_javac filters warning messages as follows:
> {code}
>       if [[ -f "${PATCH_DIR}/branch-javac-${fn}.txt" ]]; then                                                                                 
>         ${GREP} '\[WARNING\]' "${PATCH_DIR}/branch-javac-${fn}.txt" \                                                                         
>           > "${PATCH_DIR}/branch-javac-${fn}-warning.txt"                                                                                     
>       else                                                                                                                                    
>         touch "${PATCH_DIR}/branch-javac-${fn}.txt" \                                                                                         
>           "${PATCH_DIR}/branch-javac-${fn}-warning.txt"                                                                                       
>       fi                                                                                                                                      
>                                                                                                                                               
>       ${GREP} '\[WARNING\]' "${PATCH_DIR}/patch-javac-${fn}.txt" \                                                                            
>         > "${PATCH_DIR}/patch-javac-${fn}-warning.txt"                                                                                        
> {code}
> But ant's warning output format is as follows:
> {code}
> [javac] /home/sekikn/pig/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java:64: warning: [deprecation] ComparisonFunc in org.apache.pig has been deprecated
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)