Go to file
Stefan Bodewig a394c3f358 bump version
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@448792 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 03:52:29 +00:00
docs update docs 2006-09-19 04:31:21 +00:00
src add testcase for previous change 2006-09-20 17:10:17 +00:00
NOTICE adapt to common NOTICE file format 2006-07-26 04:24:01 +00:00
README update docs 2006-09-19 04:31:21 +00:00
build.xml - add maven pom 2006-07-24 07:23:57 +00:00
contributors.xml add me 2006-09-20 15:53:32 +00:00
doap_AntUnit.rdf Add some information files pre-release 2006-09-18 19:33:33 +00:00
version.properties bump version 2006-09-22 03:52:29 +00:00

README

What's this?
============

This library contains tasks that enables Ant task developers to test
their tasks with Ant and without JUnit.  It contains a few assertion
tasks and an antunit task that runs build files instead of test
classes and is modelled after the JUnit task.

Learn more
==========

The documentation is included in the docs subdirectory of this
distribution.  The home of this library is
<http://ant.apache.org/antlibs/antunit/index.html>.

Building
========

This Ant Library requires Ant 1.7.0beta2 or later to build, some of
the test use JUnit 3 (3.8.2 recommended).

It should work with any Java(TM) Runtime (and compile with any Java(TM)
Developer Kit) starting with version 1.2.

Using
=====

You use this Ant library like any other Ant library 8-)

In short you can make it available to Ant in a variety of ways, please
see the Ant manual or the index.html file in the docs subdirectory of
this distribtion for details.