According this this: http://jira.public.thoughtworks.org/browse/CCNET-1256,
it will be available in a future release.

I have been trying to do this to clean the output folder:
        <prebuild>
            <exec>
                <executable>cmd</executable>
                <buildArgs>/c rmdir c:\Builds\CAVUOnline\code\trunk
\<some project folder> /s /q</buildArgs>
                <successExitCodes>0</successExitCodes>
            </exec>
        </prebuild>

Which works fine if the project folder exists.  But, the build fails
if the project folder does not exist, like the first time the build
runs.

I posted this this morning, but, have not seen it come through, not
sure if I am doing something wrong.

Scott

On Jan 21, 12:42 am, Nikhil <[email protected]> wrote:
> Hi,
>
> I'm using CCNET 1.4.2. While configuring, we wanted to include a
> cleanup command before the update. But could not see any such option
> in the sourcecontrol block for SVN.
>
> Can I configure CCNET to run commands other than update/checkout?  Is
> there a way to perform any such operation?
>
> Regards,
> Nikhil

Reply via email to