On Behalf Of Colin Young
> Sent: Wednesday, July 24, 2002 1:45 PM
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Interesting behaviour
>
> I have a build file with the following target:
>
>
depends="config.Debug,REXDAL.Debug,REX.BusinessObject.Debug,Utilit
I have a build file with the following target:
The depends are listed in about the order they need to be compiled in.
Each target however (i.e. the User.Debug target) has a proper list of
depends. The Debug target also lists the depends in the order that they
appear in the build file. When I fi