You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jl...@apache.org on 2013/05/21 11:26:43 UTC

svn commit: r1484713 - in /ant/easyant/plugins/trunk/antunit: module.ivy src/main/resources/antunit.ant

Author: jlboudart
Date: Tue May 21 09:26:42 2013
New Revision: 1484713

URL: http://svn.apache.org/r1484713
Log:
Fix target inheritance on antunit plugin

Modified:
    ant/easyant/plugins/trunk/antunit/module.ivy
    ant/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant

Modified: ant/easyant/plugins/trunk/antunit/module.ivy
URL: http://svn.apache.org/viewvc/ant/easyant/plugins/trunk/antunit/module.ivy?rev=1484713&r1=1484712&r2=1484713&view=diff
==============================================================================
--- ant/easyant/plugins/trunk/antunit/module.ivy (original)
+++ ant/easyant/plugins/trunk/antunit/module.ivy Tue May 21 09:26:42 2013
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
-    <info organisation="org.apache.easyant.plugins" module="antunit" revision="0.9">
+    <info organisation="org.apache.easyant.plugins" module="antunit" revision="0.10">
         <extends organisation="org.apache.easyant.plugins" module="parent-plugin" revision="0.1" location="../parent.ivy" />
         <description>This module provides antunit test features.</description>
         <ea:build organisation="org.apache.easyant.buildtypes" module="build-std-ant-plugin" revision="0.1" />

Modified: ant/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant
URL: http://svn.apache.org/viewvc/ant/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant?rev=1484713&r1=1484712&r2=1484713&view=diff
==============================================================================
--- ant/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant (original)
+++ ant/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant Tue May 21 09:26:42 2013
@@ -22,7 +22,7 @@
 
     <dirname property="antunit.plugin.dir" file="${org.apache.easyant.plugins#antunit.junit-frames.xsl.file}" />
 
-    <target name="antunit:init" description="load parameters, antunit tasks, and create report directories">
+    <target name="antunit:init" depends="abstract-test:init" description="load parameters, antunit tasks, and create report directories">
         <ea:parameter property="target.antunit.xml" default="${target.test.xml}" description="destination directory for xml test report" />
         <ea:parameter property="target.antunit.html" default="${target.test.html}" description="destination directory for html test report" />