HADOOP-9202. test-patch.sh fails during mvn eclipse:eclipse if patch adds a new module to the build (Chris Nauroth via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1432949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab0e94d2a5
commit
337e066bc3
|
@ -980,12 +980,12 @@ fi
|
||||||
(( RESULT = RESULT + $JAVAC_RET ))
|
(( RESULT = RESULT + $JAVAC_RET ))
|
||||||
checkJavadocWarnings
|
checkJavadocWarnings
|
||||||
(( RESULT = RESULT + $? ))
|
(( RESULT = RESULT + $? ))
|
||||||
checkEclipseGeneration
|
|
||||||
(( RESULT = RESULT + $? ))
|
|
||||||
### Checkstyle not implemented yet
|
### Checkstyle not implemented yet
|
||||||
#checkStyle
|
#checkStyle
|
||||||
#(( RESULT = RESULT + $? ))
|
#(( RESULT = RESULT + $? ))
|
||||||
buildAndInstall
|
buildAndInstall
|
||||||
|
checkEclipseGeneration
|
||||||
|
(( RESULT = RESULT + $? ))
|
||||||
checkFindbugsWarnings
|
checkFindbugsWarnings
|
||||||
(( RESULT = RESULT + $? ))
|
(( RESULT = RESULT + $? ))
|
||||||
checkReleaseAuditWarnings
|
checkReleaseAuditWarnings
|
||||||
|
|
|
@ -308,10 +308,13 @@ Trunk (Unreleased)
|
||||||
HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on
|
HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on
|
||||||
Windows. (Chris Nauroth via suresh)
|
Windows. (Chris Nauroth via suresh)
|
||||||
|
|
||||||
HADOOP-8957 AbstractFileSystem#IsValidName should be overridden for
|
HADOOP-8957. AbstractFileSystem#IsValidName should be overridden for
|
||||||
embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia)
|
embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia)
|
||||||
|
|
||||||
HADOOP-9139 improve killKdc.sh (Ivan A. Veselovsky via bobby)
|
HADOOP-9139. improve killKdc.sh (Ivan A. Veselovsky via bobby)
|
||||||
|
|
||||||
|
HADOOP-9202. test-patch.sh fails during mvn eclipse:eclipse if patch adds
|
||||||
|
a new module to the build (Chris Nauroth via bobby)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue