|
@@ -375,7 +375,7 @@
|
|
|
</target>
|
|
|
|
|
|
<target name="compile-contrib" depends="compile-core">
|
|
|
- <subant target="compile" inheritall="true">
|
|
|
+ <subant target="compile">
|
|
|
<property name="version" value="${version}"/>
|
|
|
<fileset file="${contrib.dir}/build.xml"/>
|
|
|
</subant>
|
|
@@ -661,7 +661,7 @@
|
|
|
</target>
|
|
|
|
|
|
<target name="test-contrib" depends="compile, compile-core-test" description="Run contrib unit tests">
|
|
|
- <subant target="test" inheritall="true">
|
|
|
+ <subant target="test">
|
|
|
<property name="version" value="${version}"/>
|
|
|
<property name="clover.jar" value="${clover.jar}"/>
|
|
|
<fileset file="${contrib.dir}/build.xml"/>
|
|
@@ -678,7 +678,7 @@
|
|
|
</target>
|
|
|
|
|
|
<target name="test" depends="jar-test,test-core" description="Run all unit tests">
|
|
|
- <subant target="test-contrib" inheritall="true">
|
|
|
+ <subant target="test-contrib">
|
|
|
<fileset dir="." includes="build.xml"/>
|
|
|
</subant>
|
|
|
</target>
|
|
@@ -973,7 +973,7 @@
|
|
|
<arg line="${native.src.dir}/packageNativeHadoop.sh"/>
|
|
|
</exec>
|
|
|
|
|
|
- <subant target="package" inheritall="true">
|
|
|
+ <subant target="package">
|
|
|
<!--Pass down the version in case its needed again and the target
|
|
|
distribution directory so contribs know where to install to.-->
|
|
|
<property name="version" value="${version}"/>
|
|
@@ -1073,7 +1073,7 @@
|
|
|
<arg line="${native.src.dir}/packageNativeHadoop.sh"/>
|
|
|
</exec>
|
|
|
|
|
|
- <subant target="package" inheritall="true">
|
|
|
+ <subant target="package">
|
|
|
<!--Pass down the version in case its needed again and the target
|
|
|
distribution directory so contribs know where to install to.-->
|
|
|
<property name="version" value="${version}"/>
|
|
@@ -1226,7 +1226,7 @@
|
|
|
<!-- Using subant instead of ant as a workaround for 30569 -->
|
|
|
<!-- ================================================================== -->
|
|
|
<target name="clean-contrib">
|
|
|
- <subant target="clean" inheritall="true">
|
|
|
+ <subant target="clean">
|
|
|
<fileset file="src/contrib/build.xml"/>
|
|
|
</subant>
|
|
|
</target>
|