Re: [Nant-users] How to compare two property values

2003-11-20 Thread Ian MacLean
lp here. Jarek - Original Message - From: "Jean Rajotte" <[EMAIL PROTECTED]> To: "'Sean Perkin'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 13, 2003 10:55 PM Subject: RE: [Nant-users] How to compare two property

RE: [Nant-users] How to compare two property values

2003-11-14 Thread David Reed
Jaroslaw Kowalski brilliantly extemporized: > > Amen, brother. The only problem I can imagine you'll have are type comparisons, but if you just throw an intelligent build exception when the types don't match before you touch a.Equals(b)... I'd be a happy man with just == and != to start with.

Re: [Nant-users] How to compare two property values

2003-11-14 Thread Jaroslaw Kowalski
rser should be trivial. I've written many parsers/evaluators in C# and would be glad to help here. Jarek - Original Message - From: "Jean Rajotte" <[EMAIL PROTECTED]> To: "'Sean Perkin'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent:

RE: [Nant-users] How to compare two property values

2003-11-13 Thread Jean Rajotte
the only way that comes to mind is to write a script (my standard cheat :)

RE: [Nant-users] How to compare two property values

I've been wondering about this too. The ideas I've come up with are: 1) Use script. 2) Write an task. I don't know if there's anything better... Nick http://www.varacalli.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Perkin Sent: Thursday,