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

2006-05-01 Thread Bill Martin
Of Chris Holt Sent: 01 May 2006 20:00 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Error when trying to compare equality of string   I have a task defined like:   <target name="CalculateBuildNum" description="Calculates the build number" if="'${build

[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