comparison 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
comparison
equal deleted inserted replaced
13:dc7212d33458 14:3cb1ff0297a8
3 xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3"> 3 xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3">
4 4
5 <description>Ant tasks shared by Groovy based NetBeans projects.</description> 5 <description>Ant tasks shared by Groovy based NetBeans projects.</description>
6 6
7 <!-- Following targets need to be copied to the build.xml. 7 <!-- Following targets need to be copied to the build.xml.
8 <target name="-javadoc-build" depends="groovydoc"/> 8 <target name="-javadoc-build" depends="groovydoc"/>
9 <target name="-init-macrodef-junit" depends="-init-macrodef-junit-groovy"/> 9 <target name="-init-macrodef-junit" depends="-init-macrodef-junit-groovy"/>
10 <target name="-pre-compile" depends="-groovy-init-macrodef-javac-groovyc"/> 10 <target name="-pre-compile" depends="-groovy-init-macrodef-javac-groovyc"/>
11 <target name="-do-test-run" depends="init,compile-test,-pre-test-run,-groovy-do-test-run" if="have.tests" />
11 end copy --> 12 end copy -->
12 13
13 <target depends="init" name="groovydoc"> 14 <target depends="init" name="groovydoc">
14 <taskdef name="groovydoc" 15 <taskdef name="groovydoc"
15 classname="org.codehaus.groovy.ant.Groovydoc" 16 classname="org.codehaus.groovy.ant.Groovydoc"