You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2001/02/11 21:20:41 UTC

cvs commit: jakarta-velocity/examples example.sh

geirm       01/02/11 12:20:41

  Added:       examples example.sh
  Log:
  Replacing the test.sh file, to keep things neat.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/examples/example.sh
  
  Index: example.sh
  ===================================================================
  echo "Running Example with input file 'example.vm'"
  
  for i in ../bin/*.jar
  do
      _VELCP=$VELCP:"$i"
  done
  
  java -cp $_VELCP:. Example example.vm