[Nant-users] Problem with task in 0.84

2004-02-24 Thread David Bowman
Title: Message Hi,   I'm getting the following error when using the solution task.   NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003)Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net   Buildfile: file:///C:/Src/Notification Service/Betdaq.Notifications.Helper/hel

Re: [Nant-users] NAnt theory: file dependencies

2004-02-24 Thread Ian MacLean
It doesn't. Targets don't have a concept of 'up to date'. That checking is done at the task level. So the task knows if its build outputs are up to date or not and decides whether to re-compile or not. Ian Bob Peterson wrote: I'm coming from a "make" background. NAnt's targets are abstract, n