Hello Antonio,
the bad parts in the build are:
...
docs-build.xml, line 3
<target name="prepare-docs" unless="exclude.documentation" depends="blocks">
You seem to have set an additional property exclude.documentation, which is not part of standard build.properties. Only if I add this property I can recreate you failing build. Otherwise prepare-docs is always executed (in dependency on validate-xdocs) and validate-xdocs does not fail.
I grepped for "exclude.documentation" and it was indeed recently added to build.properties. When writing the first mail I only had a look into my local.build.properties which is not uptodate.
So you either have to exclude documentation and validate xdocs from build or include both - or fix the build :)
Hi Joerg:
Thanks for the help. :-)
I remember we made some changes in the build:
http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=107311169623083&w=2
Can be this the problem?
As I said it is the additional property exclude.documentation. When setting it to true you can break the build. Before this commit this property was not in build.properties and you had not set it to true.
Joerg
