<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
<!-- This is your CruiseControl.NET Server Configuration file. Add
your projects below! -->
<project name="MyFirstProject">
<webURL>http://devweb1/</webURL>
<workingDirectory>D:\Integration\MyProject\WorkingDirectory</
workingDirectory>
<artifactDirectory>D:\Integration\MyProject\Artifacts</
artifactDirectory>
<modificationDelaySeconds>10</modificationDelaySeconds>
<triggers>
<intervalTrigger seconds="60" name="continuous" />
</triggers>
<sourcecontrol type="vss">
<executable>C:\Program Files\Microsoft Visual SourceSafe\SS.EXE</
executable>
<project>$/</project>
<username>admin</username>
<password></password>
<ssdir>D:\SourceSafe\Repository\</ssdir>
<applyLabel>false</applyLabel>
<autoGetSource>true</autoGetSource>
<alwaysGetLatest>true</alwaysGetLatest>
<workingDirectory>D:\CCNetstate\work</workingDirectory>
<cleanCopy>false</cleanCopy>
<timeout units="minutes">10</timeout>
</sourcecontrol>
</project>
</cruisecontrol>
On Oct 9, 3:20 pm, "Ruben Willems" <[EMAIL PROTECTED]> wrote:
> Hi
>
> can you post your ccnet.config file?
>
> with kind regards
> Ruben Willems
>
>
>
> On Thu, Oct 9, 2008 at 3:25 PM, Daniel <[EMAIL PROTECTED]> wrote:
>
> > Hi All,
>
> > Just installed CC.Net with Visual Source Safe and CC tray client for
> > few of our developers. Everytime someone make change and check it in
> > to SourceSafe, we're getting info of build being successfull. The
> > problem is, even if we make mistake in code , which should stop
> > project from compiling successfully, we're getting positive result of
> > successful build.
>
> > We develop website in .NET. I assume I probably missed something in
> > configuration that actually checks is the build correct or not?
>
> > Please advice.
>
> > Regards,
> > Dan- Hide quoted text -
>
> - Show quoted text -