jon 01/03/11 18:06:50
Modified: test/misc README.txt
Log:
added test.sh info. i don't know how to use it though so geir, please
update this file and suggest a way
Revision Changes Path
1.4 +7 -4 jakarta-velocity/test/misc/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-velocity/test/misc/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.txt 2001/03/12 00:58:59 1.3
+++ README.txt 2001/03/12 02:06:49 1.4
@@ -1,13 +1,16 @@
-$Id: README.txt,v 1.3 2001/03/12 00:58:59 jon Exp $
+$Id: README.txt,v 1.4 2001/03/12 02:06:49 jon Exp $
This directory contains some misc tests for you to ponder over.
-dump.sh: This script will dump out a text representation of the AST.
- Usage: ./dump.sh ../templates/test.vm
-
compile.sh: This script will compile a .vm file into a .class file.
Note: at the current time, this code is not working.
Usage: ./compile.sh ../templates/test.vm
+
+dump.sh: This script will dump out a text representation of the AST.
+ Usage: ./dump.sh ../templates/test.vm
+
+test.sh: This script is used for command line testing of .vm files.
+
thanks!