diff groovy-ant.xml @ 14:3cb1ff0297a8

TL-32: Add task for creating test properties.
author smith@nwoca.org
date Sun, 26 Dec 2010 16:18:59 -0500
parents de6f3a495afd
children ea29594bb799
line wrap: on
line diff
--- a/groovy-ant.xml	Thu Dec 23 23:32:10 2010 -0500
+++ b/groovy-ant.xml	Sun Dec 26 16:18:59 2010 -0500
@@ -5,9 +5,10 @@
     <description>Ant tasks shared by Groovy based NetBeans projects.</description>
 
     <!-- Following targets  need to be copied to the build.xml. 
-    <target name="-javadoc-build" depends="groovydoc"/>
+    <target name="-javadoc-build"       depends="groovydoc"/>
     <target name="-init-macrodef-junit" depends="-init-macrodef-junit-groovy"/>
-    <target name="-pre-compile" depends="-groovy-init-macrodef-javac-groovyc"/>
+    <target name="-pre-compile"         depends="-groovy-init-macrodef-javac-groovyc"/>
+    <target name="-do-test-run"         depends="init,compile-test,-pre-test-run,-groovy-do-test-run" if="have.tests" />
     end copy -->
 
     <target depends="init" name="groovydoc">