For example:
cd [wherever you ss.exe is]
ss history "$/Simulator" -R -I -N -Y"asiddiqui" -Vd"4/5/2004;4:45:02 PM~4/5/2004;4:44:02 PM" - [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp3EF5.tmp
On 5-Apr-04, at 3:50 PM, Abdullah Siddiqui wrote:
Hi,
I am trying to get started with Draco.NET. I am using vs.net 2003, vss 6.0d,
draco.net 1.5rc1. Vss for my project is on a mapped network share, the
srcsafe.ini file is z:\srcsafe.ini. The draco.exe.config file is given below.
The SSDIR environment variable is set to z:\. The service is running under
domain credentials that have admin privelages on both my dev machine and the
vss machine. Can some one please help me out with this? I am not able to get a
single successfull build.
Thanks Abdullah
****draco.net.config**** <?xml version="1.0" encoding="utf-8" ?> <configuration>
<configSections>
<!--
Register Draco's custom configuration section. The configuration parser
will delegate control to the ConfigurationSection class when it
encounters
the <draco> element
-->
<section name="draco" type="Chive.Draco.Config.ConfigurationSection, Draco"
/>
</configSections>
<startup>
<supportedRuntime version="v1.1.4322"/>
<requiredRuntime version="v1.1.4322" safemode="true"/>
</startup>
<system.diagnostics>
<switches>
<!--
This switch controls general messages. In order to receive general
trace messages change the value to the appropriate level. "1" gives
error messages, "2" gives errors and warnings, "3" gives more
detailed error information, and "4" gives verbose trace information
-->
<add name="TraceLevelSwitch" value="4" />
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<!--
Logs all output to a file called draco.log that will be created in
the configuration directory (the directory containing
modifications.xsl)
-->
<add name="Draco"
type="Chive.Draco.Util.FileTraceListener, Draco" />
<!--
We do not require require the default TraceListener which logs
output to the console. This is meaningless since Draco runs
as a Window Service
-->
<remove name="Default"/>
</listeners>
</trace>
</system.diagnostics>
<!-- Configures Draco remoting --> <system.runtime.remoting> <application> <service> <!-- The server-activated, singleton remote object --> <wellknown mode="Singleton" objectUri="Draco" type="Chive.Draco.DracoRemote, Draco" /> </service>
<!-- Register a tcp channel listening on port 8086 --> <channels> <channel ref="tcp" port="8086"> <serverProviders> <formatter ref="binary" typeFilterLevel="Full" /> </serverProviders> <clientProviders> <formatter ref="binary" /> </clientProviders> </channel> </channels> </application>
</system.runtime.remoting>
<draco xmlns="http://www.chive.com/draco">
<!-- The number of seconds between polling a module for changes. e.g. a value of 600 means that the module will be checked for changes every 10 minutes. --> <pollperiod>60</pollperiod>
<!-- The number of seconds the repository must be idle for a build to occur. --> <quietperiod>60</quietperiod>
<!-- The domain name or IP address of of your SMTP email server. --> <mailserver>mail.yourdomain.com</mailserver>
<!-- The email address that all email notifications are sent from. --> <fromaddress>[EMAIL PROTECTED]</fromaddress>
<!-- This element contains a build child element for each module that is to be polled and rebuilt whenever a change is detected. --> <builds>
<!-- This is the second module that will be monitored and built whenever a change is detected. --> <build>
<!--
A unique name for the build (mandatory). Will appear in log output
etc.
-->
<name>Simulator</name>
<!-- A set of email addresses that will be sent notifications of modifcations and build attempts. --> <notification> <email> <recipient>[EMAIL PROTECTED]</recipient> <recipient>[EMAIL PROTECTED]</recipient> </email> </notification>
<!-- Configuration for using Visual Studio.NET as a build tool. --> <devenv>
<!--
The four elements correspond to the devenv.exe command line
options:
devenv solutionfile.sln /build solutionconfig [ /project projectnameorfile [ /projectconfig name ] ]
see devenv /? for more information. -->
<solutionfile>Simulator.sln</solutionfile> <solutionconfig>Release</solutionconfig> <!-- <projectnameorfile>module2-common</projectnameorfile> <projectconfig>Release</projectconfig> -->
</devenv>
<!-- Configuration for Visual SourceSafe. --> <vss>
<!-- The full path the the project in SourceSafe. --> <project>$/Simulator</project>
<!-- The optional username and password. --> <username>asiddiqui</username> <password></password>
<!--
The path to the directory containing SRCSAFE.INI. In most cases
SS.EXE is in
the VSS\WIN32 directory and by default will find a SRCSAFE.INI
file in the VSS
directory. If you want SS.EXE to use a different SRCSAFE.INI, use
this element.
-->
<ssdir>z:\win32</ssdir>
</vss>
</build>
<!-- Add additional modules here. -->
</builds>
</draco>
</configuration> ***************** 4/5/2004 4:43:02 PM - Starting Draco.NET 4/5/2004 4:44:02 PM - Simulator : Checking module for changes 4/5/2004 4:44:02 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32 4/5/2004 4:44:02 PM - HISTORY arguments: history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/5/2004;4:44:02 PM~4/5/2004;4:44:02 PM" [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp3EF4.tmp 4/5/2004 4:44:02 PM - Warning: SS.EXE exit code: 100 4/5/2004 4:44:02 PM - Simulator : Detected no changes to module 4/5/2004 4:45:02 PM - Simulator : Checking module for changes 4/5/2004 4:45:02 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32 4/5/2004 4:45:02 PM - HISTORY arguments: history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/5/2004;4:45:02 PM~4/5/2004;4:44:02 PM" [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp3EF5.tmp 4/5/2004 4:45:02 PM - Warning: SS.EXE exit code: 100 4/5/2004 4:45:02 PM - Simulator : Detected no changes to module 4/5/2004 4:46:02 PM - Simulator : Checking module for changes 4/5/2004 4:46:02 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32 4/5/2004 4:46:02 PM - HISTORY arguments: history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/5/2004;4:46:02 PM~4/5/2004;4:44:02 PM" [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp3EF6.tmp 4/5/2004 4:46:02 PM - Warning: SS.EXE exit code: 100 4/5/2004 4:46:02 PM - Simulator : Detected no changes to module 4/5/2004 4:47:02 PM - Simulator : Checking module for changes 4/5/2004 4:47:02 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32 4/5/2004 4:47:02 PM - HISTORY arguments: history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/5/2004;4:47:02 PM~4/5/2004;4:44:02 PM" [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp3EF8.tmp 4/5/2004 4:47:03 PM - Warning: SS.EXE exit code: 100 4/5/2004 4:47:03 PM - Simulator : Detected no changes to module 4/5/2004 4:48:03 PM - Simulator : Checking module for changes 4/5/2004 4:48:03 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32 4/5/2004 4:48:03 PM - HISTORY arguments: history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/5/2004;4:48:03 PM~4/5/2004;4:44:02 PM" [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp3EF9.tmp 4/5/2004 4:48:03 PM - Warning: SS.EXE exit code: 100 4/5/2004 4:48:03 PM - Simulator : Detected no changes to module 4/5/2004 4:49:03 PM - Simulator : Checking module for changes 4/5/2004 4:49:03 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32 4/5/2004 4:49:03 PM - HISTORY arguments: history "$/Simulator" -R -I-N -Y"asiddiqui" -Vd"4/5/2004;4:49:03 PM~4/5/2004;4:44:02 PM" [EMAIL PROTECTED]:\DOCUME~1\ASIDDI~1.ITS\LOCALS~1\Temp\tmp3EFA.tmp 4/5/2004 4:49:03 PM - Warning: SS.EXE exit code: 100 4/5/2004 4:49:03 PM - Simulator : Detected no changes to module ****log file****
****************
__________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users