Kurt Frank writes: > What I would like to do first is be able to go to the CCNet web page > and get to a diff report showing all the files that changed for a > particular build.
You could have a look at the modification history publisher (See [1, 2] for example). Or you could have a look at the ModificationWriter task (See [3]) - maybe you can build something yourself using that one. Of course these all only show the files that changed not the differences in the files in terms of a unified diff or so. regards, Daniel [1] http://ccnetlive.thoughtworks.com/ccnet/server/local/project/CCNet/ViewProjectModificationHistory.aspx [2] http://confluence.public.thoughtworks.org/display/CCNET/ModificationHistory+Publisher [3] http://confluence.public.thoughtworks.org/display/CCNET/Modification+Writer+Task
