I have this running on another test build workstation (XP Pro). When I try running it 
on another box with almost the same config, I get the ss.exe return code:100.

* The service is using the same network account as the other box
* The config file is identical
* I tried building the 1.5 source and replacing the DLLs and this does not help.

Is there something else I can do to get a clearer response of what is happening? I am 
fumbling around with this with no good results.

Thanks.

My config file:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
 
  <configSections>

    <section name="draco" type="Chive.Draco.Config.ConfigurationSection, Draco" />
  </configSections>
 
  <system.diagnostics>
    <switches>
     
      <add name="TraceLevelSwitch" value="4" />
    </switches>
   
    <trace autoflush="true" indentsize="4">
      <listeners>
        <add name="Draco"
             type="Chive.Draco.Util.FileTraceListener, Draco"  />
       
       
        <remove name="Default"/>
      </listeners>
    </trace>
  </system.diagnostics>
 

 
  <draco xmlns="http://www.chive.com/draco";>

   
    <pollperiod>60</pollperiod>
    <quietperiod>60</quietperiod>

   
    <mailserver>localhost</mailserver>

   
    <fromaddress>[EMAIL PROTECTED]</fromaddress>
    <builds>
   
     
      <build>
     
         
          <name>Clients.PortalV2.MyProject </name>
         
          <pollperiod>10</pollperiod>
          <quietperiod>30</quietperiod>
         
          <notification>
            <email>
              <recipient>[EMAIL PROTECTED]</recipient>
             </email>
            <file>
              <dir>C:\Working\BuildOutput</dir>
            </file>
          </notification>
         
          <nant>
           
            <buildfile>Clients.PortalV2.build</buildfile>

          
          </nant>
         
          <vss>
         
            <project>$/Projects/Clients/Clients.PortalV2/MyProject</project>
            <username>myuser</username>
            <password>mypass</password>
            <ssdir>\\myServer\ssdb$\</ssdir>
           
          </vss>
         
           
                  <ignorechanges>
                        <ignore user="auto-build" />
                        <ignore comment="autobuild" />
                        <ignore user="auto-build2" comment="autobuild2" />
                  </ignorechanges>

      </build>
     
    </builds>

  </draco>
 
</configuration>



Bryan Andrews
Trend Influence | 404.523.8649


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to