<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2>Matt,</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>I
asked Dan to see if he can tag the svn repository at the 0.6 release. At
the time we made the 0.6 release our repository was not set up such that we
could make a tag. The repository was fixed around December and we never
went back to tag the previous releases.</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>I am
surprised that the trunk will not compile for you. I have not seen this
issue. Can you provide more details on this?</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>Last
week, Dan upgraded the version of the xmlrpc library that Dart uses. I suppose
this could fix the problem you are having as well. If you tried the trunk
early last week, there was a compile issue using Java 1.4. This was resolved
later in the week.</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>I sent
your XML file to my local Dart server and it was processed without errors.
</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>One
interesting item from your XML file. The fullname of the test is
./C:/Cleversafe/Dart/Helloworld-test. Dart is treating this as a hierachy
of tests:</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2>C:</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2> Cleversafe</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2> Dart</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2>
Helloworld-test</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>with a
rollup at each level of the hierarchy.</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>This
probably is not what you want. I would guess that you want the hierarchy
to be shallower (and without a drive specification in the test
path).</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff size=2>You
may want the fullname to be Cleversafe/Dart/Helloworld-test or
Dart/Helloworld-test.</FONT></SPAN></DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=871115513-20032006><FONT face=Arial color=#0000ff
size=2>Jim</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B>
dart-bounces+millerjv=crd.ge.com@public.kitware.com
[mailto:dart-bounces+millerjv=crd.ge.com@public.kitware.com]<B>On Behalf Of
</B>Matt England<BR><B>Sent:</B> Sunday, March 19, 2006 7:25 PM<BR><B>To:</B>
Blezek, Daniel J (GE, Research); 'Dart'<BR><B>Cc:</B>
mengland@mengland.net<BR><B>Subject:</B> RE: [Dart] What do these exceptions
and errors mean?<BR><BR></FONT></DIV><BR>Hello all,<BR><BR>At 3/13/2006 12:29
PM, Vignesh M.P.N. wrote:<BR>
<BLOCKQUOTE class=cite cite="" type="cite"><FONT face=arial color=#000080
size=2>Hi Dan<BR> <BR>This XML file generated by CTest ie.,
File*.xml.gz at the "TestProject\Temporary\"
path.</FONT></BLOCKQUOTE><BR>Vignesh works for me, and we're trying to get our
Dart system working.<BR><BR>Here's the summary of what I understand from our
Dart process since I've been away (Vignesh has been handling the installation
and integration details since I first poked my nose into Dart--I've basically
handed off the Dart work to Vignesh):<BR><BR><BR>1) We can't get the 0.6 .jar
to fully work for the Dart server<BR><BR>When running CMake's ctest rev 2.2 to
talk to our Dart server, the test shows up in the Dartboard, but we get the
"server console" errors below. For what it's worth, we did test our
ctest posts by sending them to one of the kitware's Dartboards (under the help
of Andy Cedilnik at kitware), and things seemed to work ok there (although I'm
not sure if we asked Andy if he had the similar console
errors).<BR><BR>2) Can we get the 0.6 source to analyze
ourselves?<BR><BR>We are unable to compile the Subversion trunk without
changing the source code to do so. We suspect the trunk-head version is
not 0.6 Any chance we can get the 0.6 source code so that we can analyze the
above problem ourselves?<BR><BR><BR>Again, I'm just the manager looking from
the outside in, so forgive me if I'm a little lean on the details at the
moment.<BR><BR>-Matt<BR><BR><BR>At 3/13/2006 12:29 PM, Vignesh M.P.N.
wrote:<BR>
<BLOCKQUOTE class=cite cite="" type="cite"><FONT face=arial color=#000080
size=2>Hi Dan<BR> <BR>This XML file generated by CTest ie.,
File*.xml.gz at the "TestProject\Temporary\" path.<BR> <BR><?xml
version="1.0" encoding="UTF-8"?><BR><Site BuildName="VTeam-test"
BuildStamp="20060313-1744-Experimental" Name="VigneshTest1"
Generator="ctest2.2-patch
3"><BR><Testing><BR>
<StartDateTime>Mar 13 11:44 Central Standard
Time</StartDateTime><BR>
<TestList><BR>
<Test>./C:/Cleversafe/Dart/HelloWorld-test</Test><BR>
</TestList><BR>
<Test
Status="passed"><BR>
<Name>HelloWorld-test</Name><BR>
<Path>./C:/Cleversafe/Dart</Path><BR>
<FullName>./C:/Cleversafe/Dart/HelloWorld-test</FullName><BR>
<FullCommandLine>C:\WINDOWS\system32\java.exe HelloWorld
vignesh</FullCommandLine><BR>
<Results><BR>
<NamedMeasurement type="numeric/double" name="Execution
Time"><Value>0.188</Value></NamedMeasurement><BR>
<NamedMeasurement type="text/string" name="Completion
Status"><Value>Completed</Value></NamedMeasurement><BR>
<Measurement><BR>
<Value>Hello vignesh,
Welcome!<BR></Value><BR>
</Measurement><BR>
</Results><BR>
</Test><BR>
<EndDateTime>Mar 13 11:44 Central Standard
Time</EndDateTime><BR><ElapsedMinutes>0</ElapsedMinutes></Testing><BR></Site><BR> <BR>Thanks<BR>Vignesh.<BR> <BR>
<HR>
<DIV align=center></FONT></DIV><FONT face=tahoma size=2><B>From:</B> Blezek,
Daniel J (GE, Research) [<A href="mailto:blezek@crd.ge.com"
eudora="autourl">mailto:blezek@crd.ge.com</A>] <BR><B>Sent:</B> Monday,
March 13, 2006 12:16 PM<BR><B>To:</B> Vignesh M.P.N.;
Dart<BR><B>Subject:</B> RE: [Dart] What do these exceptions and errors
mean?<BR></FONT><FONT face="Times New Roman, Times"> <BR></FONT><FONT
face=arial color=#0000ff size=2>Vignesh,<BR></FONT><FONT
face="Times New Roman, Times"> <BR></FONT><FONT face=arial
color=#0000ff size=2> Sorry, we didn't mean to ignore your
errors. Can you post your XML file that is generating this
error? I'm surprised to see this error, it's highly
unusual.<BR></FONT><FONT
face="Times New Roman, Times"> <BR></FONT><FONT face=arial
color=#0000ff size=2>-dan<BR></FONT>
<DL>
<DD><FONT face=tahoma size=2>-----Original Message-----<BR>
<DD>From:</B> dart-bounces+blezek=crd.ge.com@public.kitware.com [<A
href="mailto:dart-bounces+blezek=crd.ge.com@public.kitware.com"
eudora="autourl">mailto:dart-bounces+blezek=crd.ge.com@public.kitware.com</A>]On
Behalf Of </B>Vignesh M.P.N.<BR>
<DD>Sent:</B> Monday, March 13, 2006 1:10 PM<BR>
<DD>To:</B> 'CMake'; 'Dart'<BR>
<DD>Subject:</B> [Dart] What do these exceptions and errors
mean?<BR></FONT>
<DD><FONT face=arial color=#000080 size=2>Hi<BR>
<DD><BR>
<DD>I ran CTest client with a local Dart server and the test result got
posted in the dashboard.<BR>
<DD><BR>
<DD>But still I got lots of exceptions and errors at the server console
after running the client.<BR>
<DD><BR>
<DD>What do these exceptions and errors mean? Or should I simply ignore
them?<BR>
<DD><BR>
<DD>Thanks<BR>
<DD>Vignesh.<BR>
<DD><BR>
<DD><BR>
<DD>Below is the Dart server console log:<BR>
<DD><BR>
<DD><09 Mar 2006 18:40:52,718> [SocketListener0-2] DEBUG
dart.server.Project<BR>
<DD> TestProject: Queued:
dart.server.task.XMLResultProcessor<BR>
<DD>Properties:
URL=file\:/C\:/Cleversafe/Dart/Dart0.6.0/TestProject/Temporary/File5<BR>
<DD>.xml.gz<BR>
<DD>DeleteWhenDigested=true<BR>
<DD><BR>
<DD><09 Mar 2006 18:50:00,031> [SimpleThreadPoolWorker-3] DEBUG
dart.server.task.Que<BR>
<DD>ueManager<BR>
<DD> TestProject: Processing
task 1 / 100<BR>
<DD><09 Mar 2006 18:50:00,031> [SimpleThreadPoolWorker-3] DEBUG
dart.server.task.Que<BR>
<DD>ueManager<BR>
<DD> TestProject: Found:
dart.server.task.XMLResultProcessor Priority: 5<BR>
<DD>Properties:
URL=file\:/C\:/Cleversafe/Dart/Dart0.6.0/TestProject/Temporary/File5<BR>
<DD>.xml.gz<BR>
<DD>DeleteWhenDigested=true<BR>
<DD><BR>
<DD><09 Mar 2006 18:50:00,484> [SimpleThreadPoolWorker-3] DEBUG
dart.server.Project<BR>
<DD><BR>
<DD> TestProject: parsed to Fri
Mar 10 00:40:00 CST 2006<BR>
<DD><09 Mar 2006 18:50:00,937> [SimpleThreadPoolWorker-3] ERROR
org.apache.commons.d<BR>
<DD>igester.Digester<BR>
<DD> End event threw
exception<BR>
<DD>java.lang.NoSuchMethodException: No such accessible method:
setNamedResult() on<BR>
<DD>object: dart.server.TestProcessor<BR>
<DD> at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.jav<BR>
<DD>a:214)<BR>
<DD> at
org.apache.commons.digester.CallMethodRule.end(CallMethodRule.java:58<BR>
<DD>5)<BR>
<DD> at
org.apache.commons.digester.Rule.end(Rule.java:228)<BR>
<DD> at
org.apache.commons.digester.Digester.endElement(Digester.java:1067)<BR>
<DD> at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source<BR>
<DD>)<BR>
<DD> at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(<BR>
<DD>Unknown Source)<BR>
<DD> at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent<BR>
<DD>Dispatcher.dispatch(Unknown Source)<BR>
<DD> at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un<BR>
<DD>known Source)<BR>
<DD> at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)<BR>
<DD> at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)<BR>
<DD> at
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)<BR>
<DD> at
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)<BR>
<DD> at
org.apache.commons.digester.Digester.parse(Digester.java:1591)<BR>
<DD> at
dart.server.task.XMLResultProcessor.execute(XMLResultProcessor.java:4<BR>
<DD>9)<BR>
<DD> at
dart.server.task.QueueManager.execute(QueueManager.java:61)<BR>
<DD> at
dart.server.task.ScheduledTask.execute(ScheduledTask.java:36)<BR>
<DD> at
org.quartz.core.JobRunShell.run(JobRunShell.java:191)<BR>
<DD> at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j<BR>
<DD>ava:516)<BR>
<DD><BR>
<DD><BR>
<DD><BR>
<DD>**************** am truncating the rest of the output because my
message is too
big.<BR></FONT><BR></DD></DL>_______________________________________________<BR>Dart
mailing list<BR>Dart@public.kitware.com<BR><A
href="http://public.kitware.com/mailman/listinfo/dart"
eudora="autourl">http://public.kitware.com/mailman/listinfo/dart</A></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>