Tasks will be executed in the order in which they are defined in your build
file, so in this case the <ndoc> task will be executed first ...

Gert

----- Original Message ----- 
From: "Mike Gage" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 10, 2004 11:21 PM
Subject: [Nant-users] delete element within target


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






-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to