Hi all,
i'va a problem with the modification publisher. I'm using version
1.4.4.83. After a successfull
build, i'll find a file called HistoryData.xml in my artifacts
directory. It contains the changes
made in the last commit. The modifiction history in the webdashboard
shows these changes, too.
If it comes to a new build, ccnet overrides the file HistoryData.xml
with the new changes. My old
changes are lost. So the history of my build always contains only my
last build.
I've attached the publishers section of my project config. Could it be
a problem with the order of
"artifactcleanup" and "modificationHistory" ?
<publishers>
<merge>
...
</merge>
<xmllogger logDir="$(workingDirectory)\Artifacts" />
<artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="50" />
<statistics>
<statisticList>
...
</statisticList>
</statistics>
<modificationHistory />
<email from="[email protected]" mailhost="xxxxx"
includeDetails="TRUE">
...
Greetings,
Andreas