ozeigermann 2004/03/01 02:39:26
Modified: docs installation.html changelog.html
src/doc installation.xml
Log:
Updated installation instruction
Revision Changes Path
1.41 +3 -1 jakarta-slide/docs/installation.html
Index: installation.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/installation.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- installation.html 23 Feb 2004 14:00:12 -0000 1.40
+++ installation.html 1 Mar 2004 10:39:26 -0000 1.41
@@ -149,7 +149,9 @@
<li>If not done, yet, you will have to set the JAVA_HOME enviroment variable to the
location
where your JDK or JRE has been installed</li>
-<li>run bin/startup.bat in this directory - Slide should startup now</li>
+<li>If you are on Windows run bin/startup.bat - Slide should startup now</li>
+
+<li>If you are on *n*x systems change to the bin dir and run startup.sh in this
directory - Slide should startup now</li>
<li>Connect to http://localhost:8080/slide - In order to have a WebDAV, not a pure
HTTP connect you will
need more than a browser. Either use dedicated
WebDAV client software or follow the instructions
1.49 +8 -0 jakarta-slide/docs/changelog.html
Index: changelog.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/changelog.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- changelog.html 23 Feb 2004 14:00:12 -0000 1.48
+++ changelog.html 1 Mar 2004 10:39:26 -0000 1.49
@@ -141,6 +141,14 @@
<table cellspacing="2" cellpadding="2" border="0">
<tr>
+<td style="vertical-align: top;"><img src="images/update.gif" class="icon"
alt="update"></td><td>February 26, 2004: Replaced JDOM b9 with JDOM HEAD version
checked out at 26th, February, 2004. Adapted XMLOutputter code to
this.(ozeigermann)</td>
+</tr>
+
+<tr>
+<td style="vertical-align: top;"><img src="images/update.gif" class="icon"
alt="update"></td><td>February 26, 2004: Refactored and cleaned up
XMLResourceDescriptor to be standalone and removed now obsolete classes from filestore
package.(ozeigermann)</td>
+</tr>
+
+<tr>
<td style="vertical-align: top;"><img src="images/fix.gif" class="icon"
alt="fix"></td><td>February 02, 2004: Handle unknown actions in
SecurityImpl.(mholz)</td>
</tr>
1.31 +2 -1 jakarta-slide/src/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- installation.xml 11 Feb 2004 16:07:35 -0000 1.30
+++ installation.xml 1 Mar 2004 10:39:26 -0000 1.31
@@ -22,7 +22,8 @@
<li>Be sure to have at least JDK or JRE 1.3
installed</li>
<li>If not done, yet, you will have to set the JAVA_HOME
enviroment variable to the location
where your JDK or JRE has been installed</li>
- <li>run bin/startup.bat in this directory - Slide should
startup now</li>
+ <li>If you are on Windows run bin/startup.bat - Slide should
startup now</li>
+ <li>If you are on *n*x systems change to the bin dir and run
startup.sh in this directory - Slide should startup now</li>
<li>Connect to http://localhost:8080/slide - In order
to have a WebDAV, not a pure HTTP connect you will
need more than a browser. Either use dedicated
WebDAV client software or follow the instructions
in the User's Guide section.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]