[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dart
Subject:    RE: [Dart] Upgrade Notes Modification
From:       "Blezek, Daniel J (GE, Research)" <blezek () crd ! ge ! com>
Date:       2006-04-21 12:49:51
Message-ID: B744015F9200AA49B4E03549EED88B98067EB1D1 () SCHMLVEM01 ! e2k ! ad ! ge ! com
[Download RAW message or body]

Hans,

  Thanks for the comments.

  Can you help us figure out a good way to merge new "features" into the Project.xml? \
We've batted the idea of providing reasonable defaults to unspecified features in the \
Project.xml.  This gives no help when trying to modify these settings.  Is the \
current mechanism sufficient?  We just throw up our hands and say "Merge the settings \
in!"

Thanks,
-dan 

-----Original Message-----
From: dart-bounces+blezek=crd.ge.com@public.kitware.com
[mailto:dart-bounces+blezek=crd.ge.com@public.kitware.com]On Behalf Of
Hans Johnson
Sent: Thursday, April 20, 2006 5:53 PM
To: dart@public.kitware.com
Subject: [Dart] Upgrade Notes Modification






Dart Documentors:

I just followed the instructions for upgrading from 0.5 to 1.0 version of
dart, and ran into a minor documentation issue.    The upgrade when pretty
smooth, but the following sections needed to be included in each Project.xml
for the server to startup:


<MessengerManager>
  <Messenger>
    <Name>SMTP</Name>
    <Type>dart.server.messenger.SMTPMessenger</Type>
    <!-- The properties specified on the SMTPMessenger are passed directly
         to JavaMail to configure the mail host, port, protocols,
         authentication, encryption, etc. -->
    <Properties>
      <Property name="mail.host">server.psychiatry.uiowa.edu</Property>
      <Property name="mail.port">25</Property>
      <Property name="mail.from">dart@psychiatry.uiowa.edu</Property>
      <Property name="mail.transport.protocol">smtp</Property>
    </Properties>
  </Messenger>
</MessengerManager>

<!-- Listener manager. Do specific things when events happen in the Project
-->
<ListenerManager>
  <Listener>
    <Type>dart.server.listener.SubmissionErrorsListener</Type>
    <Properties>
      <Property name="Messenger">SMTP</Property>
    </Properties>
  </Listener>
  <Listener>
    <Type>dart.server.listener.MissingSubmissionListener</Type>
    <Properties>
      <Property name="Messenger">SMTP</Property>
    </Properties>
  </Listener>
</ListenerManager>



Examples of these required items were not listed in:

trunk/Source/dart/Resources/Server/DartDefault.xml
trunk/Class/dart/Resources/Server/DartDefault.xml

So I copied them from the pdf file.

Thanks for all the hard work.

Hans


_______________________________________________
Dart mailing list
Dart@public.kitware.com
http://public.kitware.com/mailman/listinfo/dart


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic