RE: [Nant-users] breaking changes with nant-0.85-20040901

2004-09-01 Thread Felice Vittoria
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: Wednesday, September 01, 2004 3:54 PM To: Felice Vittoria; Nant-Users (E-mail) Subject: Re: [Nant-users] breaking changes with nant-0.85-20040901 Felice, We don't actually consider this a

Re: [Nant-users] breaking changes with nant-0.85-20040901

2004-09-01 Thread Gert Driesen
nt-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 10:02 PM Subject: [Nant-users] breaking changes with nant-0.85-20040901 Hello, I noticed a breaking change w/ the latest build of nant 0.85 ( 9/1/2004 ). The message I got was: The '=' operator is no

[Nant-users] breaking changes with nant-0.85-20040901

2004-09-01 Thread Felice Vittoria
Hello, I noticed a breaking change w/ the latest build of nant 0.85 ( 9/1/2004 ). The message I got was: The '=' operator is no longer supported to check for equality. Use the '==' operator instead. Are there any other breaking changes? Felice -