ajack       2003/10/15 14:12:28

  Modified:    python/gump logic.py
  Log:
  Default as awt headless (to attempt to reduce X11 issues on boxes w/o X11 running)
  
  Revision  Changes    Path
  1.26      +2 -2      jakarta-gump/python/gump/logic.py
  
  Index: logic.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/logic.py,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- logic.py  14 Oct 2003 23:29:06 -0000      1.25
  +++ logic.py  15 Oct 2003 21:12:28 -0000      1.26
  @@ -280,10 +280,10 @@
           cmd.addParameter('-debug')  
           
       #
  -    #        This sets the *default* to be only, a workspace could
  -    #        override it.
  +    #        This sets the *defaults*, a workspace could override them.
       #
       cmd.addPrefixedParameter('-D','build.sysclasspath','only','=')
  +    cmd.addPrefixedParameter('-D','java.awt.headless','true','=')
       
       # These are module level plus project level
       cmd.addNamedParameters(properties)
  
  
  

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

Reply via email to