RE: [Nant-users] Interesting behaviour

2002-07-26 Thread Scott Hernandez
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

[Nant-users] Interesting behaviour

2002-07-24 Thread Colin Young
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