I am looking at a build file with a delete element within a target.

 

The structure is:

 

<target name=…>

  <ndoc>

    …

  </ndoc>

  <delete>

    <fileset>

      …

    </fileset>

  </delete>

</target>

 

I assume that the delete instructions are carried out before the NDoc build?  Is this the way that delete always works within a target?

 

Thanks.

 

-Mike Gage

 

Reply via email to