From: Michael F. <mfr...@Br...> - 2006-10-24 19:17:42
|
All, =20 We use CC.net/NAnt and Vault for our builds. I have written a NAnt task which gets the last good build number, extracts the change history from Vault and creates an XML file containing the changes. =20 Now I am reseraching how to get this info into the CC.Net build log. I have determined how I would have to transform the Vault change history XML into a <modifications> section for CC.Net, but now I have realized that simply feeding that into a file merge task won't work; I don't believe that CC.Net will allow the <modifications> section to be built that way. It probably wants to build it itself based on changes it has noticed from Vault (we only do scheduled tasks, not CI builds). =20 Is there a way I can feed a <modifications> section into CC.Net's build output? Or will I have to merge it in and then write another webdashboard report? =20 =20 -- Mike Frederick Software Developer mfr...@br... =20 |