You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by hi...@apache.org on 2011/08/05 11:33:54 UTC

svn commit: r1154166 - in /incubator/easyant/core/trunk: build.xml module.ant src/test/antunit/

Author: hibou
Date: Fri Aug  5 11:33:53 2011
New Revision: 1154166

URL: http://svn.apache.org/viewvc?rev=1154166&view=rev
Log:
IP cleanup:
- remove src/test/antunit

Removed:
    incubator/easyant/core/trunk/src/test/antunit/
Modified:
    incubator/easyant/core/trunk/build.xml
    incubator/easyant/core/trunk/module.ant

Modified: incubator/easyant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/build.xml?rev=1154166&r1=1154165&r2=1154166&view=diff
==============================================================================
--- incubator/easyant/core/trunk/build.xml (original)
+++ incubator/easyant/core/trunk/build.xml Fri Aug  5 11:33:53 2011
@@ -68,10 +68,9 @@
             <sysproperty key="easyant.home" file="${basedir}" />
             <arg line="-configfile ${basedir}/easyant-conf.xml" />
             <arg line="-f ${basedir}/module.ivy" />
-	    <arg line="-Dskip.xooki=true"/>
-	    <arg line="-Dskip.svn=true"/>
-	    <arg line="-Dskip.emma=true"/>
-	    <arg line="-Dskip.antunit=true"/>
+            <arg line="-Dskip.xooki=true"/>
+            <arg line="-Dskip.svn=true"/>
+            <arg line="-Dskip.emma=true"/>
             <arg line="dist" />
         </java>
     </target>

Modified: incubator/easyant/core/trunk/module.ant
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/module.ant?rev=1154166&r1=1154165&r2=1154166&view=diff
==============================================================================
--- incubator/easyant/core/trunk/module.ant (original)
+++ incubator/easyant/core/trunk/module.ant Fri Aug  5 11:33:53 2011
@@ -35,9 +35,6 @@
     <property name="retrieve.dependencies" value="true"/>
 
     <property name="test.run.excludes.pattern" value="**/EasyAntBaseTest*,**/*AntTestListener*,**/*AntOutputStream*" />
-    <!-- bind antunit output dir to the same directory of junit output dir 
-        this will allow hudson to take all the test files in the same directory -->
-    <property name="target.antunit.xml" value="${basedir}/target/test/xml" />
 
     <!-- override main artifact retrieve pattern -->
     <property name="retrieve.pattern.lib.main" value="${basedir}/lib/main/[artifact].[ext]" />
@@ -56,7 +53,6 @@
     <ea:plugin module="scm-svn" rev="0.1" as="svn" />
     <ea:plugin module="emma" rev="0.1" as="emma" />
     <ea:plugin module="eadoc" rev="0.1" as="eadoc" />
-    <ea:plugin module="antunit" rev="0.1" as="antunit"/>
     <ea:plugin module="javadoc" rev="0.1" as="javadoc" />
     <ea:plugin module="package-test-jar" rev="0.1" as="test-jar" />
     <ea:plugin module="distribution" rev="0.1" as="distribution" />