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 2004/02/10 17:08:36 UTC

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

ajack       2004/02/10 08:08:36

  Modified:    python/gump/model workspace.py
  Log:
  Make the javac check optional.
  
  Revision  Changes    Path
  1.26      +4 -4      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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- workspace.py	9 Feb 2004 18:25:59 -0000	1.25
  +++ workspace.py	10 Feb 2004 16:08:36 -0000	1.26
  @@ -593,7 +593,7 @@
           #
           self.checkExecutable('env','',0)
           self.checkExecutable(self.javaCommand,'-version',exitOnError,1)
  -        self.checkExecutable('javac','-help',exitOnError)
  +        self.checkExecutable('javac','-help',0)
           self.checkExecutable('java com.sun.tools.javac.Main','-help',exitOnError,0,'check_java_compiler')    
   
           if not self.noCvs and not self.checkExecutable('cvs','--version',0):