Timothy Larson dijo: > Does the attached cvs diff look like the right way > to control whether prepare-docs occurs and whether > validation occurs for the config, xdocs, and jars, > and whether the paranoid block is included? > > If it looks good, I will commit it unless someone > beats me to it. > > > --Tim Larson > Thanks for sharing with the rest. Overall is good. I have just 1 question: > > __________________________________ > Do you Yahoo!? > Find out what made the Top Yahoo! Searches of 2003 > http://search.yahoo.com/top2003Index: blocks.properties > =================================================================== > RCS file: /home/cvs/cocoon-2.1/blocks.properties,v > retrieving revision 1.52 > diff -r1.52 blocks.properties > 46a47 >> #exclude.block.paranoid=true > Index: build.properties > =================================================================== > RCS file: /home/cvs/cocoon-2.1/build.properties,v > retrieving revision 1.31 > diff -r1.31 build.properties > 18a19 >> #exclude.documentation=true > 31,33c32,34 > < validate.config=true > < validate.xdocs=true > < validate.jars=true > --- >> #exclude.validate.config=true >> #exclude.validate.xdocs=true >> #exclude.validate.jars=true > Index: tools/targets/docs-build.xml > ===================================================================
Where we will validate the config, xdocs and jars? > RCS file: /home/cvs/cocoon-2.1/tools/targets/docs-build.xml,v > retrieving revision 1.3 > diff -r1.3 docs-build.xml > 3c3 > < <target name="prepare-docs" depends="blocks"> > --- >> <target name="prepare-docs" unless="exclude.documentation" >> depends="blocks"> > Best Regards, Antonio Gallardo
