RE: [NAnt-users] Error when trying to compare equality of string

2006-05-01 Thread Bill Martin
Chris,   Try this syntax:     Cheers,   Bill     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Holt Sent: 01 May 2006 20:00 To: nant-users

[NAnt-users] Error when trying to compare equality of string

2006-05-01 Thread Chris Holt
I have a task defined like:     This fails with an error like:   Cannot resolve expanded value ''Latest' == 'Latest'' of 'if' attribute to a Booean value. What am I doing

Re: [NAnt-users] Conditionally set property via environment varaible

2006-05-01 Thread Gary Feldman
Chris Holt wrote: I’m a newbie so forgive the uncertainty. Is this how you would conditionally set a property via environment variable: value=”${|environment::get-variable(|‘MYENVVAR’|)}” />| The text version of your email looks right. The HTML version looks as though your editor th

[NAnt-users] Conditionally set property via environment varaible

2006-05-01 Thread Chris Holt
I’m a newbie so forgive the uncertainty.   Is this how you would conditionally set a property via environment variable:   ="${environment::variable-exists('MYENVVAR')}">     environment::get-variable(‘MYENVVAR’)}” />   Thanks,   Chris

RE: [NAnt-users] NAnt & Infragistics

2006-05-01 Thread Gert Driesen
> -Original Message- > From: Ahmed, Shabana [mailto:[EMAIL PROTECTED] > Sent: maandag 1 mei 2006 16:00 > To: Gert Driesen; nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] NAnt & Infragistics > > Thanks for your help, Gert. The path > "C:\ProgramFiles\Infragistics\NetAdvan

RE: [NAnt-users] NAnt & Infragistics

2006-05-01 Thread Ahmed, Shabana
Title: RE: [NAnt-users] NAnt & Infragistics Thanks for your help, Gert. The path "C:\ProgramFiles\Infragistics\NetAdvantage 2006 Volume 1 CLR 1.x\ASP.NET\Bin\" contains all the infragistics assemblies. So, I assumed that I would not need to specify each and every one of the assemblies tha