I started working with CruiseControl.NET and I need some help.
Some quesions:
1.
How can I use and integration property in a sentence like :
<subject buildResult="StillBroken" value="Build is still broken for
{CCNetProject}, the fix failed." />
is it the right format ?
2.
I want to change the format of ${CCNetBuildDate} to be just MM. Is
there an option?
I know in NAnt is: <tstamp property="build.month" pattern="MM"
verbose="true" />
How can I do it in CruiseControl.net ?
3.
How can I set a variable with the value ?
I know in NAnt is: <property name="version.build.suffix" value="00" />
How can I do it in CruiseControl.net ?
4.
How can I set a variable with the value of another Variable ?
I know in NAnt is: <property name="version.build" value="${build.day}$
{version.build.suffix}" />
How can I do it in CruiseControl.net ?
Thanks very much,
Ido