ajack 2004/03/25 07:28:52
Modified: python/gump/document forrest.py
template/forrest/src/documentation/content/xdocs site.xml
Log:
Remove 'notesLog' page, in case it is causing Forrest to spin/grow.
Revision Changes Path
1.116 +42 -42 gump/python/gump/document/forrest.py
Index: forrest.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- forrest.py 24 Mar 2004 15:51:42 -0000 1.115
+++ forrest.py 25 Mar 2004 15:28:52 -0000 1.116
@@ -479,45 +479,45 @@
#
# notesLog.xml -- Notes log
#
- document=XDocDocument('Annotations', \
- self.resolver.getFile(workspace,'notesLog'))
- self.documentSummary(document, workspace.getProjectSummary())
-
- notesSection=document.createSection('Negative Annotations')
- notesSection.createParagraph(
- """Entities with errors and warnings.""")
-
- ncount=0
- for module in gumpSet.getModuleSequence():
- if not gumpSet.inModuleSequence(module): continue
-
- moduleSection=document.createSection('Module : ' + module.getName())
-
- # Link to the module
- self.insertLink(module,workspace,moduleSection.createParagraph())
-
- if not module.containsNasties():
-
- # Display the annotations
- self.documentAnnotations(moduleSection,project,1)
-
- for project in module.getProjects():
- if not gumpSet.inProjectSequence(project): continue
- if not project.containsNasties(): continue
-
- projectSection=moduleSection.createSection('Project : ' +
project.getName())
-
- # Link to the project
- self.insertLink(project,workspace,projectSection.createParagraph())
-
- # Display the annotations
- self.documentAnnotations(projectSection,project,1)
-
- ncount+=1
-
- if not ncount: notesTable.createLine('None')
-
- document.serialize()
+# document=XDocDocument('Annotations', \
+# self.resolver.getFile(workspace,'notesLog'))
+# self.documentSummary(document, workspace.getProjectSummary())
+#
+# notesSection=document.createSection('Negative Annotations')
+# notesSection.createParagraph(
+# """Entities with errors and warnings.""")
+#
+# ncount=0
+# for module in gumpSet.getModuleSequence():
+# if not gumpSet.inModuleSequence(module): continue
+#
+# moduleSection=document.createSection('Module : ' + module.getName())
+#
+# # Link to the module
+# self.insertLink(module,workspace,moduleSection.createParagraph())
+#
+# if not module.containsNasties():
+#
+# # Display the annotations
+# self.documentAnnotations(moduleSection,project,1)
+#
+# for project in module.getProjects():
+# if not gumpSet.inProjectSequence(project): continue
+# if not project.containsNasties(): continue
+#
+# projectSection=moduleSection.createSection('Project : ' +
project.getName())
+#
+# # Link to the project
+#
self.insertLink(project,workspace,projectSection.createParagraph())
+#
+# # Display the annotations
+# self.documentAnnotations(projectSection,project,1)
+#
+# ncount+=1
+#
+# if not ncount: notesTable.createLine('None')
+#
+# document.serialize()
#
# ----------------------------------------------------------------------
1.23 +1 -1 gump/template/forrest/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file: /home/cvs/gump/template/forrest/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- site.xml 24 Mar 2004 15:51:42 -0000 1.22
+++ site.xml 25 Mar 2004 15:28:52 -0000 1.23
@@ -11,7 +11,7 @@
<work label="Gump">
<index label="Workspace" href="index.html"/>
<index label="Build Log" href="buildLog.html"/>
- <index label="Notes Log" href="notesLog.html"/>
+ <!-- index label="Notes Log" href="notesLog.html"/ -->
</work>
<work label="Projects" tab="home">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]