Hi
Thanks for your answer. I've just performed very similar test, but
with bat file instead of an exe. The batch consists solely of the
following line:
exit /b 1
I've configured the cc.net to execute this script as the first
prebuild task with:
<prebuild>
<exec>
<executable>d:\michald\scr.bat</executable>
</exec>
...................
</prebuild>
And the cc.net just ignores this error and proceeds with next tasks. I
can only add that before upgrade to 1.4.3 this worked as expected, ie.
the builds were reported as broken.
Does anyone experience similar problem?
Regards,
Michal Dabrowski
On Mar 19, 3:18 pm, Ruben Willems <[email protected]> wrote:
> Hi
>
> CCNet's exec task is ok, I just tested it again
> with the following test programs (2 console programs):
>
> consok
> code in the main
> Environment.ExitCode == 0;
>
> consNotOk
> code in the main
> Environment.ExitCode == 1;
>
> and when I placed these in CCNet, the build was OK for consok
> and the build failed for consNotOk
>
> So there must be a problem with your config, or the tasks really fail
>
> with kind regards
> Ruben Willems
>
> On Thu, Mar 19, 2009 at 2:32 PM, Michal Dabrowski <
>
> [email protected]> wrote:
>
> > Hi,
>
> > yesterday I've updated my CCNet to 1.4.3. Today I've noticed that
> > CCNet no longer recognizes failures of exec tasks. This actually
> > applies to <exec> and <rake> tasks. Every build is successful, even if
> > the rake aborts or the exec tasks fail. Most of my CCNet configuration
> > remained the same as before the upgrade (after upgrade I've only
> > replaced msbuild with rake, but these mentioned exec tasks weren't
> > touched at all). Did anyone else encounter such behavior?
>
> > Regards,
> > Michal Dabrowski