Hi all,

I am new to this cruise control build process development. I am having
2 problems in build process

1. I need to create a folder while build-publishing with date and time
stamp, for this purpose I was declared
<cb:eval expr="new Date()" /> at begging of the project.

When I was tring to access (below code), server throwing error
message.

<buildpublisher>
<sourceDir>F:/sou-files/core/addons/</sourceDir>
 <publishDir>F:/publiDir/$(expr) </publishDir>
 <useLabelSubDirectory>False</useLabelSubDirectory>
 <alwaysPublish>false</alwaysPublish>
</buildpublisher>

2. I am using svnRevisionLabel, but it was not showing Revision number
in the label.

<labeller type="svnRevisionLabeller">
<major>2</major>
<url>"svn://192.168.15.12/trunk/core/"</url>
<username>Uname</username>
<password>p@sswo</password>
<incrementOnFailure>false</incrementOnFailure>
<pattern>Newaddons with Revision-{major}.{revision}</pattern>
</labeller>

In Dashboard i saw only  "Newaddons with Revision-2.0", but in build
latest revision no is 1491.

Please help.


Thanks
Raghav..

Reply via email to