You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/10/22 22:00:50 UTC

cvs commit: jakarta-gump/project gump.xml

ajack       2003/10/22 13:00:50

  Modified:    project  gump.xml
  Added:       .        gumpytest.bat gumpytest.sh
  Log:
  Gumpy needs self tests, these will launch eventually them.
  
  Revision  Changes    Path
  1.1                  jakarta-gump/gumpytest.bat
  
  Index: gumpytest.bat
  ===================================================================
  @echo off
  
  REM 
  REM    Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  REM    reserved.
  
  ENV
  CWD
  
  
  
  
  1.1                  jakarta-gump/gumpytest.sh
  
  Index: gumpytest.sh
  ===================================================================
  #!/bin/bash
  #
  # This script will self-test Gump (Python) Capabilities
  #
  #
  # $Header: $
  
  export
  pwd
  
  
  
  1.16      +9 -0      jakarta-gump/project/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/gump.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- gump.xml	1 Mar 2003 14:50:03 -0000	1.15
  +++ gump.xml	22 Oct 2003 20:00:50 -0000	1.16
  @@ -30,4 +30,13 @@
   	      to="cocoon-dev@xml.apache.org"/>
       </nag>
     </project>
  +  
  +  <!-- Gump Self-Testing... -->
  +  <project name="gump-test">
  +    <script name="gumpytest"/>
  +    <home nested="gumpytest"/>
  +    <nag 	from="Adam Jack &lt;ajack@trysybase.com&gt;"
  +    		to="gump@jakarta.apache.org"/>
  +  </project>
  +  
   </module>