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/09/30 23:11:23 UTC

cvs commit: jakarta-gump/python/gump integrate.py

ajack       2003/09/30 14:11:23

  Modified:    template/forrest/src/documentation/content/xdocs site.xml
               python/gump integrate.py
  Log:
  Mark gumpy w/ a log entry when done w/ integrtion.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-gump/template/forrest/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/template/forrest/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site.xml	30 Sep 2003 17:42:32 -0000	1.2
  +++ site.xml	30 Sep 2003 21:11:23 -0000	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <!--
  -Forrest site.xml
  +	Forrest site.xml
   -->
   
   <site label="Gump" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
  
  
  
  1.4       +2 -0      jakarta-gump/python/gump/integrate.py
  
  Index: integrate.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/integrate.py,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- integrate.py	25 Sep 2003 20:31:43 -0000	1.3
  +++ integrate.py	30 Sep 2003 21:11:23 -0000	1.4
  @@ -123,5 +123,7 @@
       #
       result = integrate(workspace, ps, context)
   
  +    log.info('Gump Integration complete. Exit code:' + result)
  +          
       # bye!
       sys.exit(result)