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/05/27 23:31:18 UTC

cvs commit: gump .cvsignore

ajack       2004/05/27 14:31:18

  Modified:    python/gump/document/xdocs documenter.py
               .        .cvsignore
  Log:
  1) Cosmetic change.
  2) .cvsignore _runlog.txt
  
  Revision  Changes    Path
  1.9       +19 -18    gump/python/gump/document/xdocs/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- documenter.py	27 May 2004 14:35:28 -0000	1.8
  +++ documenter.py	27 May 2004 21:31:18 -0000	1.9
  @@ -359,6 +359,23 @@
           
           definitionSection=document.createSection('Run Details')    
           
  +        if not self.gumpSet.isFull():
  +            notice=definitionSection.createWarning()
  +            
  +            notice.createText("""This output does not represent the complete workspace,
  +            but part of it.         
  +            Only projects, and their dependents, matching this regular expression """)
  +            notice.createStrong(self.gumpSet.projectexpression)
  +            notice.createBreak()
  +            notice.createBreak()            
  +            notice.createStrong('Requested Projects: ')
  +            notice.createBreak()
  +            notice.createBreak()  
  +            for project in self.gumpSet.projects:
  +                notice.createText(project.name)
  +                notice.createText(' ')
  +                
  +                
           definitionTable=definitionSection.createTable()
           definitionTable.createEntry('Gump Run GUID', self.run.getRunGuid())
           definitionTable.createEntry('Gump Run (Hex) GUID', self.run.getRunHexGuid())
  @@ -377,7 +394,7 @@
           atomSyndRow.createData().createStrong('Syndication')
           atomSyndRow.createData().createFork('atom.xml','Atom')
                   
  -        dtSection=document.createSection('Dates/Times')            
  +        dtSection=definitionSection.createSection('Dates/Times')            
           dtTable=dtSection.createTable()        
           dtTable.createEntry('@@DATE@@', str(default.date))
           dtTable.createEntry('Start Date/Time (UTC)', self.workspace.getStartDateTimeUtc())
  @@ -386,29 +403,13 @@
           dtTable.createEntry('Start Date/Time', self.workspace.getStartDateTime())
           dtTable.createEntry('End Date/Time', self.workspace.getEndDateTime())
   
  -        javaSection=document.createSection('Java Information')            
  +        javaSection=definitionSection.createSection('Java Information')            
           javaTable=javaSection.createTable()
           javaTable.createEntry('Java Command', self.run.getEnvironment().javaCommand)
           javaproperties=self.run.getEnvironment().getJavaProperties()
           for name in ['java.vendor', 'java.version', 'os.name', 'os.arch', 'os.version']:
               if name in javaproperties:
                   javaTable.createEntry(name, javaproperties[name])	  
  -
  -        if not self.gumpSet.isFull():
  -            notice=definitionSection.createWarning()
  -            
  -            notice.createText("""This output does not represent the complete workspace,
  -            but part of it.         
  -            Only projects, and their dependents, matching this regular expression """)
  -            notice.createStrong(self.gumpSet.projectexpression)
  -            notice.createBreak()
  -            notice.createBreak()            
  -            notice.createStrong('Requested Projects: ')
  -            notice.createBreak()
  -            notice.createBreak()  
  -            for project in self.gumpSet.projects:
  -                notice.createText(project.name)
  -                notice.createText(' ')
                               
           self.documentSummary(document,self.workspace.getProjectSummary())        
           self.documentAnnotations(document,self.run)
  
  
  
  1.23      +1 -0      gump/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/gump/.cvsignore,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- .cvsignore	15 Apr 2004 13:13:26 -0000	1.22
  +++ .cvsignore	27 May 2004 21:31:18 -0000	1.23
  @@ -21,5 +21,6 @@
   x.txt
   gumpy.log
   *_log.txt
  +*_runlog.txt
   gumpy.lock
   out.tmp
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org