You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/12 07:27:39 UTC

svn commit: r161016 - forrest/trunk/site-author/content/xdocs/docs/faq.xml

Author: crossley
Date: Mon Apr 11 22:27:39 2005
New Revision: 161016

URL: http://svn.apache.org/viewcvs?view=rev&rev=161016
Log:
Enhance the explanation of cli.xconf

Modified:
    forrest/trunk/site-author/content/xdocs/docs/faq.xml

Modified: forrest/trunk/site-author/content/xdocs/docs/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/faq.xml?view=diff&r1=161015&r2=161016
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/faq.xml Mon Apr 11 22:27:39 2005
@@ -404,8 +404,14 @@
         <p>
           This means creating a directory <code>src/documentation/conf</code>
           (or wherever <code>${forrest.conf-dir}</code> points) and copying
-          <code>$FORREST_HOME/context/WEB-INF/cli.xconf</code> to it.  Then edit
-          cli.xconf, and add any exclude sections you require at the end.  The
+          <code>$FORREST_HOME/main/webapp/WEB-INF/cli.xconf</code> to it.
+          Declare the location of this file in the forrest.properties
+          configuration, e.g.
+          <code>project.configfile=${project.home}/src/documentation/conf/cli.xconf</code>
+        </p>
+        <p>
+          Then edit
+          cli.xconf, and add any exclude sections that you require. The
           default cli.xconf ignores directory links and links containing
           'apidocs' or starting with 'api/':
         </p>