Hello,
(Warning: ANT (1.3) newbie)
I'm using a patternset in a Copy task, but if a file in the
patternset doesn't exist, Ant doesn't fail, or give me any
indication that the file couldn't be found. I want to construct
a set of JARs, after a build, by copying a subset of files (defined
by the patternset) from a "classes" tree to a separate directory,
to then JAR them. If a class file that I have defined in my
patternset doesn't exist in my compiled tree, I want to know about
it.
Solutions, alternatives?
Thanks,
Ed