ajack       2003/10/29 11:24:12

  Modified:    python/gump check.py
  Log:
  Forgot to ask it to tail java version into context...
  
  Revision  Changes    Path
  1.30      +4 -4      jakarta-gump/python/gump/check.py
  
  Index: check.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/check.py,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- check.py  29 Oct 2003 18:36:31 -0000      1.29
  +++ check.py  29 Oct 2003 19:24:12 -0000      1.30
  @@ -140,7 +140,7 @@
       #        forrest (for documentation)
       #
       checkExecutable(workspace, context, 'env','',0)
  -    checkExecutable(workspace, context, context.javaCommand,'-version',exitOnError)
  +    checkExecutable(workspace, context, 
context.javaCommand,'-version',exitOnError,1)
       checkExecutable(workspace, context, 'javac','-help',exitOnError)
       checkExecutable(workspace, context, 'java 
com.sun.tools.javac.Main','-help',exitOnError,0,'check_java_compiler')    
       checkExecutable(workspace, context, 'cvs','--version',exitOnError)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to