You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2004/06/21 19:05:51 UTC

svn commit: rev 21546 - in forrest/trunk: . src/core/targets

Author: cheche
Date: Mon Jun 21 10:05:51 2004
New Revision: 21546

Modified:
   forrest/trunk/src/core/targets/site.xml
   forrest/trunk/status.xml
Log:
brokenlinks file is generated in forrest.home rather than project.home FOR-165  


Modified: forrest/trunk/src/core/targets/site.xml
==============================================================================
--- forrest/trunk/src/core/targets/site.xml	(original)
+++ forrest/trunk/src/core/targets/site.xml	Mon Jun 21 10:05:51 2004
@@ -50,6 +50,7 @@
         <arg value="--logKitconfig=${project.logkitfile}"/>
         <arg value="--destDir=${project.site-dir}"/>
         <arg value="--xconf=${project.configfile}"/>
+        <arg value="--brokenLinkFile=${project.temp-dir}/brokenlinks.xml"/>
         <arg value="${project.start-uri}"/>
         <classpath>
           <path refid="forrest.cp"/>

Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Mon Jun 21 10:05:51 2004
@@ -49,6 +49,9 @@
         Added new document to facilitate
         <link href="site:upgrading_06">upgrading to v0.6</link>
       </action>
+      <action dev="JJP" type="fix" context="code" fixes-bug="FOR-165">
+        Brokenlinks file is generated in forrest.home rather than project.home
+      </action>
       <action dev="DC" type="add" context="skins" fixes-bug="FOR-107">
         Added a mechanism to enable impoverished XML tools that do not use
         the Catalog Entity Resolver to fetch the DTDs direct from the website.