You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:41:03 UTC

svn commit: r1077657 - /hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml

Author: omalley
Date: Fri Mar  4 04:41:03 2011
New Revision: 1077657

URL: http://svn.apache.org/viewvc?rev=1077657&view=rev
Log:
commit 2aaebadde9320915baae9f5b3b32714961d843eb
Author: Konstantin Boudnik <co...@apache.org>
Date:   Fri Aug 20 11:04:12 2010 -0700

    HADOOP-6860 from https://issues.apache.org/jira/secure/attachment/12452441/hadoop-6860.y20.patch
    
    +++ b/YAHOO-CHANGES.txt
    +    HADOOP-6860. 'compile-fault-inject' should never be called directly. (cos)
    +

Modified:
    hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml?rev=1077657&r1=1077656&r2=1077657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/src/test/aop/build/aop.xml Fri Mar  4 04:41:03 2011
@@ -37,8 +37,7 @@
   	Later on one can run 'ant jar-fault-inject' to create
   	Hadoop jar file with instrumented classes
   -->
-  <target name="compile-fault-inject" 
-  	depends="-classes-compilation">
+  <target name="-compile-fault-inject" depends="-classes-compilation">
     <!-- AspectJ task definition -->
     <taskdef
       resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties">
@@ -172,7 +171,7 @@
     <attribute name="dest.dir" />
     <attribute name="src.dir" />
     <sequential>
-      <subant buildpath="build.xml" target="compile-fault-inject"
+      <subant buildpath="build.xml" target="-compile-fault-inject"
         output="${compile-inject.output}">
         <property name="build.dir" value="${build-fi.dir}" />
         <property name="src.dir.path" value="@{src.dir}" />