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 2003/09/07 22:59:34 UTC

cvs commit: jakarta-gump/template/forrest/content/xdocs tabs.xml

ajack       2003/09/07 13:59:34

  Modified:    python/gump check.py document.py
               template/forrest/content/xdocs tabs.xml
  Log:
  Some minor xdoc fixes.
  
  Revision  Changes    Path
  1.14      +5 -5      jakarta-gump/python/gump/check.py
  
  Index: check.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/check.py,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- check.py	5 Sep 2003 05:20:42 -0000	1.13
  +++ check.py	7 Sep 2003 20:59:34 -0000	1.14
  @@ -131,10 +131,10 @@
       #	rsync or cp
       #	forrest (for documentation)
       #
  -    checkExecutable(workspace, context, context.javaCommand,'-help',exitOnError)
  +    checkExecutable(workspace, context, context.javaCommand,'-version',exitOnError)
       checkExecutable(workspace, context, 'javac','-help',exitOnError)
       checkExecutable(workspace, context, 'cvs','--version',exitOnError)
  -    if not context.noForrest and not checkExecutable(workspace, context, 'forrest','-help',0): 
  +    if not context.noForrest and not checkExecutable(workspace, context, 'forrest','-version',0): 
           context.noForrest=1
           context.addWarning('"forrest" command not found, no xdoc output')
           
  
  
  
  1.9       +1 -1      jakarta-gump/python/gump/document.py
  
  Index: document.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- document.py	6 Sep 2003 01:19:26 -0000	1.8
  +++ document.py	7 Sep 2003 20:59:34 -0000	1.9
  @@ -234,7 +234,7 @@
               titledDataInTableXDoc(x,'Description', workspace.description)
       if workspace.version: 
           titledDataInTableXDoc(x,'Workspace Version', workspace.version)
  -    titledDataInTableXDoc(x,'Java Command', workspace.javaCommand)
  +    titledDataInTableXDoc(x,'Java Command', context.javaCommand)
       endTableXDoc(x)
       endSectionXDoc(x)                
       
  
  
  
  1.2       +2 -2      jakarta-gump/template/forrest/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/template/forrest/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml	5 Sep 2003 23:08:49 -0000	1.1
  +++ tabs.xml	7 Sep 2003 20:59:34 -0000	1.2
  @@ -14,7 +14,7 @@
     -->
   
     <tab label="Home" dir="" indexfile="index.html"/>
  -  <tab label="Stats" dir="" indexfile="stats/index.html"/>
  -  <tab label="XRef" dir="" indexfile="xref/index.html"/>
  +  <tab label="Stats" dir="" indexfile="gump_stats/index.html"/>
  +  <tab label="XRef" dir="" indexfile="gump_xref/index.html"/>
   
   </tabs>