From 18ba15abaf97cccb2294e9165916c8ce4d10af61 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson from
pattern will be ignored.
from
pattern will be ignored.
directory separator characters - \ and /.
This attribute can be true or false, the default is false.
This attribute is useful for cross-platform build files.
- Since ant 1.6.3.
+ Since Ant 1.6.3.
<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
@@ -566,7 +566,7 @@ with <uptodate>
and <junit>
output.
${test.src.dir}/org/acme/AcmeTest.java
This mapper implementation can contain multiple nested mappers.
File mapping is performed by passing the source filename to each nested
<mapper>
in turn, returning all results.
@@ -594,7 +594,7 @@ with <uptodate>
and <junit>
output.
The composite mapper has no corresponding
<mapper type>
attribute.
This mapper implementation can contain multiple nested mappers.
File mapping is performed by passing the source filename to the first
nested mapper, its results to the second, and so on. The target filenames
@@ -639,7 +639,7 @@ with <uptodate>
and <junit>
output.
This mapper implementation applies a filterchain
to the source file name.
@@ -688,7 +688,7 @@ with <uptodate>
and <junit>
output.
This mapper executes a script written in Apache BSF supported language, once per file to map.