Gav.... wrote:
...
I could not commit your patch until i had fixed the
validation errors. It broke site-author generation.
Sorry about that, I swear I thought I validated it before-hand.
Happens to all of us. Doing 'forrest site' is
always a good idea.
Does 'forrest site' do more than 'ant test', I have not really been
Doing forrest site with plugins, just the ant test as I thought that
Was more thorough.
By default "ant test" in plugin will only do "forrest site". There is a
separate target for it because some plugins provide additional
resources, such as generators, in these cases the test target is
extended to include tests of this code. So, you are right to use "ant
test" in plugins.
"ant test" should therefore validate the XML, if it didn't catch these
validation errors there must be a bug in the plugin test code.
Ross