Hi,
I'm running my JUnit tests with a batchtest in the build file, where I select
the test files with a regex (on the filename). I wonder if there is no other
possibility, to run all files which contain test methods.
I came across this question, since I figured out, that some of my tests where
As I read my post again, I think I can clarify this a bit with more
code:
So, what I want is, that all the files get copied. If there is a
mapping for the file name use the mapped file name, otherwise use the
origin
Hi list,
I defined a bunch of files with a path (or a file set) to copy them in
several tasks. Now I would like to map some of the filenames, where
other should keep their original file name. With the mapping below,
all not defined files won't get copied. Is there a possibility IU've
over