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/12/15 20:59:20 UTC

cvs commit: jakarta-gump/python/gump/model workspace.py

ajack       2003/12/15 11:59:20

  Modified:    python/gump/model workspace.py
  Log:
  Ruper is optional.
  
  Revision  Changes    Path
  1.18      +1 -1      jakarta-gump/python/gump/model/workspace.py
  
  Index: workspace.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/model/workspace.py,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- workspace.py	15 Dec 2003 19:36:51 -0000	1.17
  +++ workspace.py	15 Dec 2003 19:59:19 -0000	1.18
  @@ -550,7 +550,7 @@
               self.addWarning('"forrest" command not found, no xdoc output')
           
           if not self.noRuper and \
  -            not self.checkExecutable('ruper','-version',exitOnError,0,'check_ruper'): 
  +            not self.checkExecutable('ruper','-version',0,0,'check_ruper'): 
               self.noRuper=1
               self.addWarning('"ruper" command not found, no package downloads')