jericho 2002/06/09 21:55:46
Modified: . RUNNING.txt README
lib README
Log:
- Add some documents for client. ;)
Revision Changes Path
1.2 +3 -3 jakarta-slide/RUNNING.txt
Index: RUNNING.txt
===================================================================
RCS file: /home/cvs/jakarta-slide/RUNNING.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RUNNING.txt 11 Oct 2001 08:10:44 -0000 1.1
+++ RUNNING.txt 10 Jun 2002 04:55:45 -0000 1.2
@@ -11,11 +11,11 @@
===============================
-Go in the SLIDE_HOME/client directory:
+Go in the SLIDE_HOME/{dist|build}/client directory:
-Windows: cd %SLIDE_HOME%\client
+Windows: cd %SLIDE_HOME%\{dist|build}\client
-Unix: cd $SLIDE_HOME/client
+Unix: cd $SLIDE_HOME/{dist|build}/client
Execute the shell command:
1.13 +1 -0 jakarta-slide/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-slide/README,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- README 25 Jun 2001 18:38:16 -0000 1.12
+++ README 10 Jun 2002 04:55:45 -0000 1.13
@@ -15,6 +15,7 @@
======================
See HTML documentation, or the Slide website at http://jakarta.apache.org/slide.
+And also read the ./lib/README file.
Before Committing Changes
1.9 +3 -1 jakarta-slide/lib/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-slide/lib/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README 27 Mar 2002 19:59:11 -0000 1.8
+++ README 10 Jun 2002 04:55:46 -0000 1.9
@@ -39,7 +39,9 @@
http://jakarta.apache.org/commons
- antlr.jar (ANother Tool for Language Recognition, formerly PCCTS)
http://www.antlr.org
-
+- antlr-tools.jar
+ Should set the jar file into your CLASSPATH.
# Configure your build.properties for build.xml in the slide root directory.
+# Tip: You can also put the jar file into the JAVA_HOME/jre/lib/ext directory.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>