ajack       2003/09/12 05:10:54

  Modified:    python/gump check.py
  Log:
  java_compiler -> check_java_compiler
  
  Revision  Changes    Path
  1.17      +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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- check.py  12 Sep 2003 11:50:37 -0000      1.16
  +++ check.py  12 Sep 2003 12:10:54 -0000      1.17
  @@ -134,7 +134,7 @@
       checkExecutable(workspace, context, 'env','',0)
       checkExecutable(workspace, context, context.javaCommand,'-version',exitOnError)
       checkExecutable(workspace, context, 'javac','-help',exitOnError)
  -    checkExecutable(workspace, context, 'java','com.sun.tools.javac.Main 
-help',exitOnError,'java_compiler')    
  +    checkExecutable(workspace, context, 'java','com.sun.tools.javac.Main 
-help',exitOnError,'check_java_compiler')    
       checkExecutable(workspace, context, 'cvs','--version',exitOnError)
       if not context.noForrest and not checkExecutable(workspace, context, 
'forrest','-projecthelp',0): 
           context.noForrest=1
  
  
  

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

Reply via email to