-1

Does anyone have any example of how to use modification reader task?

Ok, I use this over XML:

    <modificationReader>
        <filename>mods.xml</filename>
        <path>path/to/my/file/</path>
    </modificationReader>

then, what? How do I get the information in "mods.xml" and use it?

Thanks

Felippe Duarte
  • 14,901
  • 2
  • 25
  • 29

1 Answers1

1

This appears to be used with the modificationWriter task which writes the modifications to a file (in the artifact directory by default).

http://build.sharpdevelop.net/ccnet/doc/CCNET/Modification%20Writer%20Task.html

If you're just trying to read in the modifications in to a different projects' buildLog, the above - with a path to the first project - should be sufficient.

Are you trying to do something different?
CruiseControl.NET: Build subproject obtained by SVN

Community
  • 1
  • 1
Simon Laing
  • 1,194
  • 7
  • 18