jon         01/03/11 16:59:02

  Modified:    test/misc README.txt
  Removed:     test/misc test.sh
  Log:
  removed test.sh cause it is being superceded by the Ant based testing.
  
  updated README.txt to reflect what is in this directory
  
  Revision  Changes    Path
  1.3       +9 -14     jakarta-velocity/test/misc/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/misc/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt        2001/01/11 23:36:31     1.2
  +++ README.txt        2001/03/12 00:58:59     1.3
  @@ -1,19 +1,14 @@
  -Welcome to Velocity!
  +$Id: README.txt,v 1.3 2001/03/12 00:58:59 jon Exp $
   
  -The test.sh file in this directory can be used to render the output of Velocity 
templates (*.vm files).
  +This directory contains some misc tests for you to ponder over.
   
  -The test.sh file takes one argument: the name of the Velocity template. The output 
generated by the specified template can be found in test/misc/output.
  +dump.sh: This script will dump out a text representation of the AST.
  +         Usage: ./dump.sh ../templates/test.vm
   
  -For example, to display the output of the file test/misc/test.vm, type the 
following at the command line:
  +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
   
  -     ./test.sh test.vm
  +thanks!
   
  -Programmers working on Velocity will find the templates in test/templates useful 
for determining whether changes to the code have altered Velocity's expected behaviour.
  -
  -If the output file is empty, velocity.log will likely hold clues to the cause of 
the problem. 
  -
  -Thanks for using Velocity!
  -
  -- the Velocity team
  -
  -     
  +- The Velocity Team
  
  
  

Reply via email to