Hi Guys,

thanks for that, that make sense.

I looked up that tasks thing, and found the paragraph of using MSBuild
- just one thing - our project, stored in VSS doesn't contain .sln
file (which seems to be required). I understand .sln file is specific
to each developer's machine.

Any ideas?

Thanks,
Dan

On Oct 10, 7:22 am, "Ruben Willems" <[EMAIL PROTECTED]> wrote:
> Hi
>
> Alex is right,
> you need to have a tasks section that does a compile at least,
> afterwards you can add tests or so to see that the new code is not worse
> than the old one.
>
> Also a publisher section would be nice.
>
> Take a look at 
> :http://confluence.public.thoughtworks.org/display/CCNET/Configuring+t...
>
> at the bottom of the page, there's a good example of the sections in the
> project file.
>
> with kind regards
> Ruben Willems
>
>
>
> On Thu, Oct 9, 2008 at 6:58 PM, Alex <[EMAIL PROTECTED]> wrote:
>
> > I think it may be the fact that you have no tasks? Unless you left
> > something out, all it is doing is synching in the source code changes
>
> > On Oct 9, 11:06 am, Daniel <[EMAIL PROTECTED]> wrote:
> > > <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 -- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

Reply via email to