Re: [Nant-users] Couple of Questions: and writing out tologfiles

2003-06-15 Thread Ian MacLean
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

[Nant-users] Couple of Questions: and writing out to logfiles

2003-06-15 Thread Tony Hamill
Hi,     I have starting using Nant for dauly builds and Unit tesys. My problem is that 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