] > Apache AntUnit assertResourceContains now first validates that the given resource actually exists using assertResourceExists - this may lead to a different error message than the ones generated with AntUnit 1.1. New assertion assertResourceExists and assertResourceDoesntExist have been added. The XSLT stylesheets now create HTML files instead of plain text for logs sent to System.err and System.out. You can always get back to your own reporting by providing custom stylesheets. It is now possible to pass references from the build file containing the <antunit> task to the build files under test. Add experimental JUnit3 and JUnit4 adapters allowing to launch AntUnit script from JUnit runner. The API of that code is not fixed and may change in future releases. expectfailure report the original build exception chained when failing Default XSLT stylesheets now properly escape XML in exception stack traces. assertPropertyContains was not checking the value of the property but the name of the property. Add a fail task that makes a test case fail if no condition is provided or if the provided one is evaluated to false. assertFileExists example wrong, should use @file instead of @name Failure in tearDown doesn't result in failed test run assertMatches' casesensitive attribute didn't default to true as documented added a new assertDoesntMatch assertion added suiteSetUp and suiteTearDown targets plainlistener and xmllistener can now optionally contain the test's log output in their reports xmllistener will now log the properties of the project under test added new assertResourceContains and assertResourceDoesntContain assertion