You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2011/03/17 19:14:35 UTC

svn commit: r1082616 - in /hadoop/mapreduce/branches/branch-0.22: CHANGES.txt src/contrib/raid/build.xml

Author: todd
Date: Thu Mar 17 18:14:35 2011
New Revision: 1082616

URL: http://svn.apache.org/viewvc?rev=1082616&view=rev
Log:
MAPREDUCE-2394. JUnit output format doesn't propagate into raid contrib build. Contributed by Todd Lipcon.

Modified:
    hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
    hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml

Modified: hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.22/CHANGES.txt?rev=1082616&r1=1082615&r2=1082616&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/branch-0.22/CHANGES.txt Thu Mar 17 18:14:35 2011
@@ -509,6 +509,9 @@ Release 0.22.0 - Unreleased
 
     MAPREDUCE-2336. Tool-related packages should be in the Tool javadoc group.
     (tomwhite)
+    
+    MAPREDUCE-2394. JUnit output format doesn't propagate into raid contrib
+    build. (todd)
 
 Release 0.21.1 - Unreleased
 

Modified: hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml?rev=1082616&r1=1082615&r2=1082616&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml (original)
+++ hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml Thu Mar 17 18:14:35 2011
@@ -45,7 +45,7 @@ to call at top-level: ant deploy-contrib
               <sysproperty key="hadoop.test.localoutputfile" value="${hadoop.test.localoutputfile}"/>
               <sysproperty key="hadoop.log.dir" value="${hadoop.log.dir}"/>
         <sysproperty key="test.src.dir" value="${test.src.dir}"/>
-        <formatter type="plain" />
+        <formatter type="${test.junit.output.format}" />
         <batchtest todir="${build.test}" unless="testcase">
            <fileset dir="${src.test}">
              <include name="**/Test*.java"/>