diff --git a/WHATSNEW b/WHATSNEW
index 6c806aed7..7be2cb179 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -410,6 +410,9 @@ Bugzilla Report 19180.
* <uptodate>
and <junit>
output.
This mapper is the inverse of the package mapper. + It replaces the dots in a package name with directory separators. This + is useful for matching XML formatter results against their JUnit test + test cases. The mapper shares the sample syntax + as the glob mapper. +
+Example: +++<mapper type="unpackage" + from="TEST-*Test.xml" to="${test.src.dir}/*Test.java"> +
Source file name | +Target file name | +
TEST-org.acme.AcmeTest.xml |
+ ${test.src.dir}/org/acme/AcmeTest.java |
+
Copyright © 2000-2001 Apache Software Foundation. All rights +
Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.