Hi Julien,
NAnt utilises inter target dependencies to determine build order. If you
want a given target to execute before another one then you should setup
a dependency. Somthing like:
... do build stuff here
then the build target will always execute before the doc-gen target.
Ian
Julien
Hello,
I both build mu projects and generate the documentation with NDoc in my
build file. But Nant always generate the doc first, and then build the
project, even so the NDoc portion is at the end of the build file. It
doesn't seem to be logic since NDoc uses the assemblies to generate the
doc