CVS: junit-ant-tests/test-resources buildFileWithTaskDef.xml, NONE, 1.1

David Saff <[email protected]> Thu, 05 Jul 2007 13:58:28 -0700
Newsgroups gmane.comp.java.junit.devel
Message-ID <[email protected]>
Update of /cvsroot/junit/junit-ant-tests/test-resources
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3239/test-resources

Added Files:
	buildFileWithTaskDef.xml 
Log Message:
initial check-in

--- NEW FILE: buildFileWithTaskDef.xml ---
<project xmlns:au="antlib:org.apache.ant.antunit" default="fast">
	<taskdef uri="antlib:org.apache.ant.antunit"
	         resource="org/apache/ant/antunit/antlib.xml"
	         classpath="lib/ant-antunit-1.0.jar"
	/>

	<macrodef name="antunit.plain">
		<attribute name="includes" />
		<sequential>
			<au:antunit>
				<fileset dir="." includes="@{includes}" />
				<au:plainlistener />
			</au:antunit>
		</sequential>
	</macrodef>
	
	<target name="fast">
		<antunit.plain includes="touch.ant,junit.ant" />
	</target>

	<target name="all" depends="fast">
		<antunit.plain includes="junit-slow.ant" />
	</target>

	<target name="remote">
		<antunit.plain includes="junit-remote.ant" />
	</target>
</project>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/