hi! friends,
 
i have tried draco.net and i'm getting the following description in log file ---
8/11/2004 4:30:03 PM - Brisbane Water : Checking module for changes
8/11/2004 4:30:03 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32
8/11/2004 4:30:03 PM - HISTORY arguments: history "$/FocusClients/BrisbaneWater/Dev/WebApp/FocusCoordinators_V1.0.0" -R -I-N -Y"Admin" -Vd"8/11/2004;4:30P~8/11/2004;12:08P" [EMAIL PROTECTED]:\WINDOWS\TEMP\tmpFF.tmp
8/11/2004 4:30:03 PM - Setting SSDIR environment variable to: C:\Program Files\Microsoft Visual Studio\VSS\
8/11/2004 4:30:03 PM - Warning: SS.EXE exit code: 100
8/11/2004 4:30:03 PM - Brisbane Water : Detected no changes to module...
 
i'm not able to get the warning: ss.exe exit code: 100?
 
how can we detect whether the nant is building the project files or not?
below is the draco.exe.config file's build section which i have modified according to my requirement, i hope it is correct --
 
<builds>
   
      <!--
        This is the first 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>Brisbane Water</name>
         
          <!--
            Optionally override the pollperiod and quietperiod for this build only.
         
          <pollperiod>10</pollperiod>
          <quietperiod>30</quietperiod> -->
         
          <notification>
            <!--
              A set of email addresses that will be sent notifications of modifcations
              and build attempts.
            -->
            <email>
              <recipient>[EMAIL PROTECTED]</recipient>             
            </email>
            <!--
              A directory to write the build results to after each build attempt.
            -->
            <file>
              <dir>C:\Working\BuildOutput</dir>
            </file>
          </notification>
         
          <!--
            Configuration for the NAnt build tool.
          -->
          <nant>
           
            <!--
              The name and path to the NAnt build file to be executed.  If a path
              is given then it should be relative to the module's root directory.
            -->
            <buildfile>FocusCoordinators_V1.0.0/FocusCoordinators_V1.0.0.build</buildfile>
            <!--
              One or more explicit targets to execute, seperated by spaces.
              If not specified, the default target will be executed.
            -->           
            <targets>build</targets>           
            <!--
              A set of properties that should be passed to the NAnt build file via
              the -D:name=value command line option.
            -->
            <!-- <properties>
              <property name="property1" value="value1" />
              <property name="property2" value="value2" />
            </properties> -->
           
          </nant>
         
          <!--
            Configuration for Visual SourceSafe.
          -->
          <vss>
         
            <!--
              The full path the the project in SourceSafe.
            -->
            <project>$/FocusClients/BrisbaneWater/Dev/WebApp/FocusCoordinators_V1.0.0</project>
           
            <!--
              The optional username and password.
            -->
            <username>Admin</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.
            -->
            <!-- Local -->
            <ssdir>C:\Program Files\Microsoft Visual Studio\VSS\</ssdir>
            <!-- Server -->
            <!-- <ssdir>\\server02\vss</ssdir> -->
           
          </vss>
      </build>
     
     
      <!--
        Add additional modules here.
      -->
     
    </builds>
without any other changes in the config file...
 
cheers,
shrikant..

Yahoo! India Matrimony: Find your life partner online.

Reply via email to