cziegeler 2002/07/05 02:10:59
Modified: src/documentation/xdocs/installing index.xml
src/webapp/WEB-INF cocoon.xconf
Log:
Removed hsqldb conf as it is optional!
Revision Changes Path
1.29 +4 -0 xml-cocoon2/src/documentation/xdocs/installing/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/index.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- index.xml 5 Jul 2002 07:48:25 -0000 1.28
+++ index.xml 5 Jul 2002 09:10:59 -0000 1.29
@@ -326,6 +326,8 @@
However, if you want to build a web application make sure you leave
the
<code>servlet.jar</code> in the <code>./lib/optional</code>
directory.
</p>
+ <p><strong>Note:</strong>This feature is only available in the latest
developer
+ version of Cocoon which you can find in the CVS. </p>
</s2>
<s2 title="Running the build">
<p>Cocoon uses <link href="http://jakarta.apache.org/ant/">Jakarta
Ant</link>
@@ -564,6 +566,8 @@
-Dexclude.webapp.documenation=yes
-Dexclude.webapp.javadocs=yes webapp</source>
<p>you get a minimal Cocoon web application without any samples or
documentation.
But remember to make a <code>build clean</code> beforehand.</p>
+ <p><strong>Note:</strong>This feature is only available in the latest
developer
+ version of Cocoon which you can find in the CVS. </p>
</s4>
<s4 title="[BETA] build scratchpad">
1.32 +0 -12 xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- cocoon.xconf 5 Jul 2002 09:03:21 -0000 1.31
+++ cocoon.xconf 5 Jul 2002 09:10:59 -0000 1.32
@@ -66,18 +66,6 @@
-->
</xml-parser>
- <!-- HSQLDB Server for samples:
- Comment this section out if you don't care about the samples.
- port : number port where the server is listening
- silent : true/false display all queries
- trace : true/false display JDBC trace messages
- -->
- <hsqldb-server class="org.apache.cocoon.components.hsqldb.ServerImpl"
logger="core.hsqldb-server" pool-max="1" pool-min="1">
- <parameter name="port" value="9002"/>
- <parameter name="silent" value="true"/>
- <parameter name="trace" value="false"/>
- </hsqldb-server>
-
<!-- ============================ STORE ============================ -->
<!-- Persistent store for the cache. Two store implementations to choose
from:
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]