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
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