ソースを参照

commit 2aaebadde9320915baae9f5b3b32714961d843eb
Author: Konstantin Boudnik <cos@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)
+


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077657 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 年 前
コミット
5d30e5ecdf
1 ファイル変更2 行追加3 行削除
  1. 2 3
      src/test/aop/build/aop.xml

+ 2 - 3
src/test/aop/build/aop.xml

@@ -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}" />