Re: [Nant-users] enabling/disabling targets on task availability

2003-12-12 Thread Rodrigo B. de Oliveira
Thanks you guys! - Original Message - From: "Jean Rajotte" <[EMAIL PROTECTED]> > ... > the following works for me: > > > > > > > > > > > > > > > > > > > HTH > /jean > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On B

RE: [Nant-users] enabling/disabling targets on task availability

2003-12-12 Thread Jean Rajotte
er 12, 2003 11:47 > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] enabling/disabling targets on task > availability > > > Rodrigo, targets can be conditionally executed with if/unless > attributes: > > > > > If/unless can be applied to a

RE: [Nant-users] enabling/disabling targets on task availability

2003-12-12 Thread Damir Simunic
. de Oliveira Sent: Friday, December 12, 2003 5:12 PM To: [EMAIL PROTECTED] Subject: [Nant-users] enabling/disabling targets on task availability How can I test if a task is available for the current build platform and conditionally enable/disable targets? Right now my problem is disabling a

[Nant-users] enabling/disabling targets on task availability

2003-12-12 Thread Rodrigo B. de Oliveira
How can I test if a task is available for the current build platform and conditionally enable/disable targets? Right now my problem is disabling a specific target when the nunit2 is not available. Thanks in advance, Rodrigo B. de Oliveira ---