ajack       2003/09/04 21:52:13

  Modified:    python/gump document.py
  Log:
  Changing forrest parameters to point to xdocs (now under workspace log dir)
  May need to come back and do similarly for context
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-gump/python/gump/document.py
  
  Index: document.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document.py       29 Aug 2003 22:29:30 -0000      1.2
  +++ document.py       5 Sep 2003 04:52:13 -0000       1.3
  @@ -138,8 +138,8 @@
           
       forrest=Cmd('forrest','forrest',dir.docs)
       forrest.addPrefixedParameter('-D','java.awt.headless','true','=')
  -    forrest.addPrefixedParameter('-D','project.context',  \
  -        workspace.logdir, '=')
  +    forrest.addPrefixedParameter('-D','project.xdocs-dir',  \
  +        getWorkspaceDir(workspace), '=')
       forrest.addPrefixedParameter('-D','project.site-dir', \
           getWorkspaceSiteDir(workspace), '=' )
       forrestResult=execute(forrest)
  
  
  

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

Reply via email to