[Dart] Adding notes to the dashboard

Miller, James V (CRD) millerjv at crd.ge.com
Tue, 22 Jan 2002 09:19:56 -0500


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1A34F.DDFA5940
Content-Type: text/plain;
	charset="iso-8859-15"

Dart clients will submit and "notes" to the Dart server when a "Submit" is done.

Notes as XML documents.  For global notes, the XML file is called DashboardNotes.xml and need to
reside in the XML directory for a build.  Notes for a particular nightly or experimental run also sit
in the XML directory for a build and are called Notes.xml.  Notes that are applied to a particular
BuildName every time it appears on the Dashboard sit at the BuildName level of the tree
(Testing/HTML/TestingResults/Sites/foo/BuildNameNotes.xml) and are called BuildNameNotes.xml.

The format of these notes is as follows:


Notes.xml
 
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href=" file:///C:/projects/Dart/Source/Server/XSL/Build.xsl
<file:///C:/projects/Dart/Source/Server/XSL/Build.xsl> "?>
<Site BuildName="Win2000-VC++60" BuildStamp="20011024-Nightly" Name="crd.ge.com">
<Notes>
<Note>
<DateTime>Wed Oct 24 1:00:00 EST</DateTime>
<Text>
This is a test note.
</Text>
</Note>
<Note>
<DateTime>Wed Oct 24 1:15:00 EST</DateTime>
<Text>
This is a second test note.
</Text>
</Note>
<Note>
<DateTime>Wed Oct 24 1:15:30 EST</DateTime>
<Text>
This is a third test note.
</Text>
</Note>
</Notes>
</Site>

 
DashboardNotes.xml
 
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href=" file:///C:/projects/Dart/Source/Server/XSL/Build.xsl
<file:///C:/projects/Dart/Source/Server/XSL/Build.xsl> "?>
<Site BuildName="Win2000-VC++60" BuildStamp="20011024-Nightly" Name="crd.ge.com">
<DashboardNotes>
<Note>
<DateTime>Wed Oct 24 2:15:30 EST</DateTime>
<Text>
This is a test dashboard note.
</Text>
</Note>
<Note>
<DateTime>Wed Oct 24 2:16:30 EST</DateTime>
<Text>
Here is a second note.
</Text>
</Note>
</DashboardNotes>
</Site>
 


BuildNameNotes.xml

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href=" file:///C:/projects/Dart/Source/Server/XSL/Notes.xsl
<file:///C:/projects/Dart/Source/Server/XSL/Notes.xsl> "?>
<Site BuildName="Win2000-VC++60"  Name="crd.ge.com">
<BuildNameNotes>
<Note>
<DateTime>Wed Oct 24 1:00:00 EST</DateTime>
<Text>
This is a persistent note for a BuildName.
</Text>
</Note>
</BuildNameNotes>
</Site>



-----Original Message-----
From: Berk Geveci [ mailto:berk.geveci at kitware.com <mailto:berk.geveci at kitware.com> ]
Sent: Monday, January 21, 2002 2:45 PM
To: dart at public.kitware.com
Subject: [Dart] Adding notes to the dashboard



Can somebody remind me how one can attach notes to the
dashboard (global and site specific) ?

-Berk
_______________________________________________
Dart mailing list
Dart at public.kitware.com
http://public.kitware.com/mailman/listinfo/dart <http://public.kitware.com/mailman/listinfo/dart> 



------_=_NextPart_001_01C1A34F.DDFA5940
Content-Type: text/html;
	charset="iso-8859-15"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
<TITLE></TITLE>

<META content="MSHTML 5.50.4807.2300" name=GENERATOR></HEAD>
<BODY>
<P><FONT size=2>Dart clients will submit and "notes" to the Dart server when a 
"Submit" is done.<BR><BR>Notes as XML documents.&nbsp; For global notes, the XML 
file is called DashboardNotes.xml and need to reside in the XML directory for a 
build.&nbsp; Notes for a particular nightly or experimental run also sit in the 
XML directory for a build and are called Notes.xml.&nbsp; Notes that are applied 
to a particular BuildName every time it appears on the Dashboard sit at the 
BuildName level of the tree 
(Testing/HTML/TestingResults/Sites/foo/BuildNameNotes.xml) and are called 
BuildNameNotes.xml.<BR><BR>The format of these notes is as 
follows:<BR></FONT></P>
<DIV><FONT size=2>
<DIV><SPAN class=614451921-24102001><FONT 
size=2><STRONG>Notes.xml</STRONG></FONT></SPAN></DIV>
<DIV><SPAN class=614451921-24102001><FONT size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=614451921-24102001><FONT size=2>&lt;?xml version="1.0" 
encoding="UTF-8"?&gt;<BR>&lt;?xml-stylesheet type="text/xsl" href="<A 
href="file:///C:/projects/Dart/Source/Server/XSL/Build.xsl">file:///C:/projects/Dart/Source/Server/XSL/Build.xsl</A>"?&gt;<BR>&lt;Site 
BuildName="Win2000-VC++60" BuildStamp="20011024-Nightly" 
Name="crd.ge.com"&gt;<BR>&lt;Notes&gt;<BR>&lt;Note&gt;<BR>&lt;DateTime&gt;Wed 
Oct 24 1:00:00 EST&lt;/DateTime&gt;<BR>&lt;Text&gt;<BR>This is a test 
note.<BR>&lt;/Text&gt;<BR>&lt;/Note&gt;<BR>&lt;Note&gt;<BR>&lt;DateTime&gt;Wed 
Oct 24 1:15:00 EST&lt;/DateTime&gt;<BR>&lt;Text&gt;<BR>This is a second test 
note.<BR>&lt;/Text&gt;<BR>&lt;/Note&gt;<BR>&lt;Note&gt;<BR>&lt;DateTime&gt;Wed 
Oct 24 1:15:30 EST&lt;/DateTime&gt;<BR>&lt;Text&gt;<BR>This is a third test 
note.<BR>&lt;/Text&gt;<BR>&lt;/Note&gt;<BR>&lt;/Notes&gt;<BR>&lt;/Site&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=614451921-24102001><FONT size=2><BR>&nbsp;</DIV></FONT></SPAN>
<DIV><SPAN class=614451921-24102001><FONT 
size=2><STRONG>DashboardNotes.xml</STRONG></FONT></SPAN></DIV>
<DIV><SPAN class=614451921-24102001><FONT 
size=2><STRONG></STRONG></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=614451921-24102001><FONT size=2>&lt;?xml version="1.0" 
encoding="UTF-8"?&gt;<BR>&lt;?xml-stylesheet type="text/xsl" href="<A 
href="file:///C:/projects/Dart/Source/Server/XSL/Build.xsl">file:///C:/projects/Dart/Source/Server/XSL/Build.xsl</A>"?&gt;<BR>&lt;Site 
BuildName="Win2000-VC++60" BuildStamp="20011024-Nightly" 
Name="crd.ge.com"&gt;<BR>&lt;DashboardNotes&gt;<BR>&lt;Note&gt;<BR>&lt;DateTime&gt;Wed 
Oct 24 2:15:30 EST&lt;/DateTime&gt;<BR>&lt;Text&gt;<BR>This is a test dashboard 
note.<BR>&lt;/Text&gt;<BR>&lt;/Note&gt;<BR>&lt;Note&gt;<BR>&lt;DateTime&gt;Wed 
Oct 24 2:16:30 EST&lt;/DateTime&gt;<BR>&lt;Text&gt;<BR>Here is a second 
note.<BR>&lt;/Text&gt;<BR>&lt;/Note&gt;<BR>&lt;/DashboardNotes&gt;<BR>&lt;/Site&gt;</FONT></SPAN></DIV></FONT></DIV>
<DIV><FONT size=2><FONT color=#0000ff></FONT>&nbsp;</DIV>
<P><BR><STRONG>BuildNameNotes.xml</STRONG><BR><BR>&lt;?xml version="1.0" 
encoding="UTF-8"?&gt;<BR>&lt;?xml-stylesheet type="text/xsl" href="<A 
target=_blank 
href="file:///C:/projects/Dart/Source/Server/XSL/Notes.xsl">file:///C:/projects/Dart/Source/Server/XSL/Notes.xsl</A>"?&gt;<BR>&lt;Site 
BuildName="Win2000-VC++60"&nbsp; 
Name="crd.ge.com"&gt;<BR>&lt;BuildNameNotes&gt;<BR>&lt;Note&gt;<BR>&lt;DateTime&gt;Wed 
Oct 24 1:00:00 EST&lt;/DateTime&gt;<BR>&lt;Text&gt;<BR>This is a persistent note 
for a 
BuildName.<BR>&lt;/Text&gt;<BR>&lt;/Note&gt;<BR>&lt;/BuildNameNotes&gt;<BR>&lt;/Site&gt;<BR><BR><BR><BR>-----Original 
Message-----<BR>From: Berk Geveci [<A 
href="mailto:berk.geveci at kitware.com">mailto:berk.geveci at kitware.com</A>]<BR>Sent: 
Monday, January 21, 2002 2:45 PM<BR>To: dart at public.kitware.com<BR>Subject: 
[Dart] Adding notes to the dashboard<BR><BR><BR><BR>Can somebody remind me how 
one can attach notes to the<BR>dashboard (global and site specific) 
?<BR><BR>-Berk<BR>_______________________________________________<BR>Dart 
mailing list<BR>Dart at public.kitware.com<BR><A target=_blank 
href="http://public.kitware.com/mailman/listinfo/dart">http://public.kitware.com/mailman/listinfo/dart</A><BR></P></FONT></BODY></HTML>

------_=_NextPart_001_01C1A34F.DDFA5940--