Re: [Nant-users] depends using a property

2005-07-03 Thread Stephen Touset
On Sun, 2005-07-03 at 19:54 +0800, Troy Laurin wrote: > The normal way (AFAIK) to achieve this is to have your target 'C' > depend on _both_ targets, and then use conditionals on those targets > to determine which is supposed to run. To rearrange your example > above: > > > > > Ah, this is e

Re: [Nant-users] depends using a property

2005-07-03 Thread Troy Laurin
On 7/2/05, Stephen Touset <[EMAIL PROTECTED]> wrote: > Is it possible to have a depends clause in a target that uses a > property? In other words, > > > > > > > Whenever I do this, any attempt to build results in an error saying the > property ${target} had not been set. However, it's set to

[Nant-users] depends using a property

2005-07-01 Thread Stephen Touset
Is it possible to have a depends clause in a target that uses a property? In other words, Whenever I do this, any attempt to build results in an error saying the property ${target} had not been set. However, it's set to a default in the top level of the build file (other targets change it).