Tony,
The problem is your default target setting. Nant will execute the default target or a target passed on the comandline. To get the behaviour you require make 'Archive' the default and the depency checking will ensure that build is executed first.


Ian

Hi,
I have starting using Nant for dauly builds and Unit tesys. My problem is that <target> only seeme sto execute once in my buildfile. My xml below shows a compile target and a copy tartget, however only the first one executes even though the second target depends on the first.
Secondly can someone provide me with the syntax for writing the Nant output to a log gile...I know it is in the help but it doesn't appear to work for me.





------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to