This seems like a problem which must have a very simple solution, but I
can't find it.
A single XML file is used to generate a large number of HTML files. And
I actually have nearly 100 such XML files. These XML files rarely
change, so I'd like to save time by using to only regenerate
the HT
I have a wrapper which expects to receive a version string
(\d{1}\.\d{1}\.\d{1-2}), and pass it to Ant as a -DPROPERTY=VALUE pair. I
want to perform validation on the version string to insure that it actually
matches the specified pattern.
So far as I am aware, I can't do this validation in the