Women in Technology

Hear us Roar



Article:
  Using NDoc: Adding World-Class Documentation to Your .NET Components
Subject:   Automating NDoc, as part of the build process
Date:   2002-12-10 17:27:31
From:   arithex
I neglected to point this out, in the article, but the accompanying sample solution includes a "post-build" makefile project, which kicks off NDoc after every Release-mode build.


Check out the files in the "xdeploy" subfolder, to see how the magic is done. This technique is extremely useful for many, many tasks -- not just NDoc!


(Mind you, I love NAnt, but I'm not always able to impose its use across your every development team I come across. NMake is everywhere, and rigging it up to run before/after your primary project is a valuable technique, until some future version of VS.NET provides explicit support for this.)


Cheers,
-S

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • Shawn Wildermuth photo Automating NDoc, as part of the build process
    2002-12-13 10:32:49  Shawn Wildermuth | O'Reilly Author [View]

    FYI - VS.NET 2003 supports pre and post build operations. Running NDoc then will work, though building a CHM on every build could become a bit laborious.
    • Automating NDoc, as part of the build process
      2003-12-11 01:28:56  anonymous2 [View]

      But it only compiles a new .chm on every 'Release' build. Not on a debug build so it shouldn't be too bad.