You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jc...@locus.apache.org on 2000/12/02 06:57:09 UTC

cvs commit: jakarta-velocity/test/misc README.txt

jcastura    00/12/01 21:57:09

  Added:       test/misc README.txt
  Log:
  readme describes how to test files in test/templates using test/misc/test.sh
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/test/misc/README.txt
  
  Index: README.txt
  ===================================================================
  Welcome to Velocity!
  
  The test.sh file in this directory can be used to test the templates in the test/templates folder.
  The test.sh file takes one argument: the name of the Velocity template (*.vm file). The output 
  is put into test/misc/output.
  
  For example, to display the output of the file test.vm, type the following at the command line:
  
  	./test.sh ../templates/test.vm
  
  Programmers working on Velocity will find these test files useful for testing whether changes to
  the code have altered Velocity's expected behaviour.
  
  The templates in the test/templates folder supplement those presented in the examples folder.
  
  Thanks for using Velocity!
  
  - the Velocity team