Go to file
Stefan Bodewig 2d2e4d0dab we should do as we say, use ant:current in antlib descriptor
https://bz.apache.org/bugzilla/show_bug.cgi?id=65315
2021-05-23 10:59:02 +02:00
common@a715465514 TLS 2019-05-25 16:12:22 +02:00
docs Removed unnecessary http references 2019-05-26 23:52:57 +02:00
src we should do as we say, use ant:current in antlib descriptor 2021-05-23 10:59:02 +02:00
.gitattributes fix line-ends 2018-06-18 21:36:08 +02:00
.gitignore ignore target folder 2016-03-29 17:46:26 +02:00
.gitmodules moved to gitbox 2018-12-17 09:24:42 +01:00
NOTICE we should do as we say, use ant:current in antlib descriptor 2021-05-23 10:59:02 +02:00
README TLS 2019-05-25 16:12:22 +02:00
build.xml updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:44:16 +02:00
changes.xml we should do as we say, use ant:current in antlib descriptor 2021-05-23 10:59:02 +02:00
contributors.xml updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:44:16 +02:00
ivy.xml Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant-antlibs-antunit 2019-05-26 22:45:04 +02:00
prepare.xml Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant-antlibs-antunit 2019-05-26 22:45:04 +02:00
project-template.pom Removed unnecessary http references 2019-05-26 23:52:57 +02:00
version.properties updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:44:16 +02: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
<https://ant.apache.org/antlibs/antunit/index.html>.

Building
========

This Ant Library requires Ant 1.8.1 or later to build, some of
the test use JUnit 4 (4.12 recommended).

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

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.