Author: cheche Date: Fri Jan 14 11:22:07 2005 New Revision: 125199 URL: http://svn.apache.org/viewcvs?view=rev&rev=125199 Log: Activate the Lazy mode: to true it would help Sylvain Wallez for his testing :-)
Modified: forrest/trunk/main/targets/site.xml Modified: forrest/trunk/main/targets/site.xml Url: http://svn.apache.org/viewcvs/forrest/trunk/main/targets/site.xml?view=diff&rev=125199&p1=forrest/trunk/main/targets/site.xml&r1=125198&p2=forrest/trunk/main/targets/site.xml&r2=125199 ============================================================================== --- forrest/trunk/main/targets/site.xml (original) +++ forrest/trunk/main/targets/site.xml Fri Jan 14 11:22:07 2005 @@ -40,6 +40,7 @@ failonerror="true"> <jvmarg line="${forrest.jvmargs}"/> <jvmarg value="-Djava.endorsed.dirs=${forrest.endorsed.lib-dir}${path.separator}${java.endorsed.dirs}"/> + <jvmarg value="-Dorg.apache.cocoon.core.LazyMode=true"/> <arg value="--logLevel=${project.debuglevel}"/> <arg value="--Logger=${project.logger}"/> <arg value="--logKitconfig=${project.logkitfile}"/>
