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
|
- Re: [Nant-users] delete element within target Mike Gage
- Re: [Nant-users] delete element within target Gert Driesen
- [Nant-users] Trouble getting started Phil Winstanley
- Re: [Nant-users] Trouble getting started Jaroslaw Kowalski