What's the error message which gets thrown?

On Jul 26, 7:58 pm, ramesh kumar <[email protected]> wrote:
> Hi,
>
> I was not able to do a build using Devenv.exe in the configuration
> file. I can able to get the latest file from the VSS but the while
> doing the build it fails and also i am not sure where the built file
> will be dropped in ??? .
>
> Please find the configuratin file
>
>  <cruisecontrol>
>   <project name="SYS">
>     <sourcecontrol type="vss" autoGetSource="true" applyLabel="true">
>       <executable>C:\Program Files\Microsoft Visual SourceSafe\ss.exe</
> executable>
>       <project>$/Project/Release3/UWB</project>
>       <username>Ramesh</username>
>       <password></password>
>       <ssdir>c:\vss\</ssdir>
>       <workingDirectory>C:\Project\</workingDirectory>
>       <cleanCopy>true</cleanCopy>
>     </sourcecontrol>
>
>     <triggers>
>       <intervalTrigger seconds="60" />
>     </triggers>
>     <tasks>
>       <devenv>
>         <solutionfile>c:\Project\UWB.sln</solutionfile>
>         <configuration>Debug</configuration>
>         <buildtype>Build</buildtype>
>         <executable>C:\Program Files\Microsoft Visual Studio
> 8\Common7\IDE\devenv.com</executable>
>         <buildTimeoutSeconds>60</buildTimeoutSeconds>
>       </devenv>
>
>     </tasks>
>
>     <publishers>
>       <xmllogger />
>     </publishers>
>
>   </project>
> </cruisecontrol>
>
> Thankking you in advance for your kind co operation.

Reply via email to