nicolaken 2002/09/17 03:15:25 Modified: . cocoonbuild.xml Log: Updating to latest Cocoon with batik and fop "blocks" and excalibur that is in separate jars. Now broken links do not halt processing and CLI output is cleaner and more useful. Revision Changes Path 1.9 +11 -5 jakarta-avalon-excalibur/cocoonbuild.xml Index: cocoonbuild.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/cocoonbuild.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cocoonbuild.xml 21 Aug 2002 22:22:06 -0000 1.8 +++ cocoonbuild.xml 17 Sep 2002 10:15:24 -0000 1.9 @@ -105,13 +105,16 @@ <echo message=" Building docs from list, please stand by ..."/> <java classname="org.apache.cocoon.Main" fork="true" maxmemory="128m" failonerror="true"> + <arg value="-c${cocoon.build.context}/"/> - <arg value="-k${cocoon.build.context}/logkit.xconf"/> <arg value="-d${cocoon.build.docs}"/> <arg value="-w${cocoon.work}"/> - <arg value="-l${cocoon.work}/cocoon.log"/> <arg value="-b${build.dir}/brokenlinks.txt"/> + <arg value="-k${cocoon.build.context}/logkit.xconf"/> + <!-- <arg value="-l${cocoon.work}/cocoon.log"/> --> <arg value="-uERROR"/> + <arg value="-V"/> + <arg value="-f./build/content/xdocs/doc.uris"/> <arg value="-rno"/> <classpath> @@ -132,13 +135,16 @@ <echo message=" Crawling docs, please stand by ..."/> <java classname="org.apache.cocoon.Main" fork="true" maxmemory="128m" failonerror="true"> + <arg value="-c${cocoon.build.context}/"/> <arg value="-d${cocoon.build.docs}"/> - <arg value="-k${cocoon.build.context}/logkit.xconf"/> <arg value="-w${cocoon.work}"/> - <arg value="-l${cocoon.work}/cocoon.log"/> - <arg value="-b${build.dir}/brokenlinks.txt"/> + <arg value="-b${build.dir}/brokenlinks.txt"/> + <arg value="-k${cocoon.build.context}/logkit.xconf"/> + <!-- <arg value="-l${cocoon.work}/cocoon.log"/> --> + <arg value="-uERROR"/> + <arg value="-V"/> <arg value="index.html"/> <classpath> <path id="tools.class.path">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>