Author: crossley
Date: Mon Apr 11 22:55:34 2005
New Revision: 161018
URL: http://svn.apache.org/viewcvs?view=rev&rev=161018
Log:
Fix some pathnames, e.g. context/WEB-INF => main/webapp/WEB-INF
Modified:
forrest/trunk/site-author/content/xdocs/docs/faq.xml
forrest/trunk/site-author/content/xdocs/docs/howto/howto-asf-mirror.xml
forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml
forrest/trunk/tools/xxe/README.txt
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=161017&r2=161018
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/faq.xml Mon Apr 11 22:55:34
2005
@@ -203,7 +203,7 @@
'clickable' email-address (of the author-element)?</question>
<answer>
<p>You would override <code>
- src/core/context/skins/common/xslt/html/document2html.xsl</code>
+
$FORREST_HOME/main/webapp/skins/common/xslt/html/document2html.xsl</code>
and edit the "headers/authors" template.
</p>
</answer>
@@ -543,11 +543,12 @@
<ol>
<li>Download
<link
href="http://cvs.apache.org/viewcvs.cgi/*checkout*/cocoon-2.1/lib/optional/jdtcore-2.1.0.jar?rev=1.1&content-type=application/java">jdtcore-2.1.0.jar</link>,
- and copy it to the $FORREST_HOME/context/WEB-INF/lib directory
+ and copy it to the $FORREST_HOME/main/webapp/WEB-INF/lib directory
(or lib/core/ directory in the source
distribution).</li>
- <li><p>Override sitemap.xmap in your local project (copy
$FORREST_HOME/context/sitemap.xmap to
- src/documentation/), and add the following generator definition
in the map:generators section:</p>
+ <li><p>
+ Add the following generator definition in the map:generators
section
+ of your <link href="site:project-sitemap">project
sitemap</link></p>
<source><![CDATA[
<map:generator name="serverpages"
pool-grow="2" pool-max="32" pool-min="4"
@@ -593,7 +594,7 @@
<question>How do I make <code>forrest run</code> listen on a different
port?</question>
<answer>
<p><code>forrest run -Dforrest.jvmargs="-Djetty.port=80"</code></p>
- <p>Or copy Forrest's src/core/context/jettyconf.xml file to your
project's src/documentation
+ <p>Or copy Forrest's main/webapp/jettyconf.xml file to your project's
src/documentation
directory and set the port number in that file. Then do <code>forrest
run</code>
</p>
</answer>
@@ -734,7 +735,7 @@
mode (which is generally easiest for debugging errors) then see the
<code>build/webapp/WEB-INF/logkit.xconf</code> file.
If you are generating a static site (with command-line 'forrest')
- then copy <code>$FORREST_HOME/context/WEB-INF/logkit.xconf</code>
+ then copy <code>$FORREST_HOME/main/webapp/WEB-INF/logkit.xconf</code>
to your project at
<code>src/documentation/content/conf/logkit.xconf</code>
and modify it. See more information and efficiency tips with
Modified:
forrest/trunk/site-author/content/xdocs/docs/howto/howto-asf-mirror.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/howto/howto-asf-mirror.xml?view=diff&r1=161017&r2=161018
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/howto/howto-asf-mirror.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs/howto/howto-asf-mirror.xml Mon
Apr 11 22:55:34 2005
@@ -116,7 +116,7 @@
(<link
href="http://cocoon.apache.org/2.1/userdocs/offline/">CLI</link>)
to the rescue. Add an entry to your project's cli.xconf by copying the
default one from
- <code>$FORREST_HOME/context/WEB-INF/cli.xconf</code> to your
+ <code>$FORREST_HOME/main/webapp/WEB-INF/cli.xconf</code> to your
<code>src/documentation/conf/</code> directory (or wherever
${forrest.conf-dir} points). Add the following entry ...
</p>
Modified: forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml?view=diff&r1=161017&r2=161018
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml Mon Apr 11
22:55:34 2005
@@ -50,7 +50,7 @@
<section id="getting_started">
<title>Getting started</title>
<p>
- Forrest's sitemap comprises the $FORREST_HOME/context/*.xmap files.
+ Forrest's sitemap comprises the $FORREST_HOME/main/webapp/*.xmap files.
</p>
<p>
Modified: forrest/trunk/tools/xxe/README.txt
URL:
http://svn.apache.org/viewcvs/forrest/trunk/tools/xxe/README.txt?view=diff&r1=161017&r2=161018
==============================================================================
--- forrest/trunk/tools/xxe/README.txt (original)
+++ forrest/trunk/tools/xxe/README.txt Mon Apr 11 22:55:34 2005
@@ -37,7 +37,7 @@
* Open XXE
* select Options > Options > Schema > Add File
* Specify the XML Catalog file:
- * "[FORREST_HOME]/context/resources/schema/catalog.xcat" (where
[FORREST_HOME] is the value of your FORREST_HOME environment variable)
+ * "[FORREST_HOME]/main/webapp/resources/schema/catalog.xcat" (where
[FORREST_HOME] is the value of your FORREST_HOME environment variable)
Building
========