brondsem 2003/12/12 11:43:36
Modified: src/documentation/content/xdocs faq.xml
Log:
update with respect to new Building Forrest page
Revision Changes Path
1.56 +3 -7 xml-forrest/src/documentation/content/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/faq.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- faq.xml 9 Dec 2003 04:59:21 -0000 1.55
+++ faq.xml 12 Dec 2003 19:43:36 -0000 1.56
@@ -25,7 +25,7 @@
<answer>
<p>
Follow these
- <link href="site:your-project/get-cvs">Using Forrest</link> notes.
+ <link href="site:build">Building Forrest</link> notes.
</p>
</answer>
</faq>
@@ -36,12 +36,8 @@
</question>
<answer>
<p>
- Run "<code>./build.sh</code>" to build forrest,
then run
- "<code>forrest</code>" to generate the documentation
- for Forrest, built with Forrest.
- The documentation is generated in the <code>build/site/</code> directory.
- Logfiles are in the <code>build/tmp/context/WEB-INF/logs/</code>
directory.
- When you thereafter update your cvs, then run "build clean" before building.
+ Follow these
+ <link href="site:build">Building Forrest</link> notes.
</p>
<p>
The <link href="site:your-project">Using Forrest</link> guide provides
|