----- Original Message ----- 
From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 03, 2003 6:24 PM
Subject: [nant-dev] Expression Evaluator in CVS


> Hi!
>
> I've committed expression evaluator (as in "test1" release) to CVS in
> "EE-patches" branch.
>
> I think what we now need is:
>
> - unit tests (for ExpressionEval classes alone as they are easily
separable
> and for NAnt changes.
> - user documentation
>
> Unfortunately these tasks cannot be started until we agree on the syntax.
>
> As I understand there are 3 major candidates:
>
> A. <echo message="aaa" if="${length(propertyname)=3}" />
> B. <echo message="aaa" if="${length($propertyname)=3}" />
> C. <echo message="aaa" if="${length(${propertyname})=3}" />
>
> Currently there are 4 opinions:
>
> Jarek: A
> Martin: A
> Ian: A or B
> Gert: B or C (i can't tell which one exactly)

Me neither, both are fine by me ...  If the majority agrees that A is the
way to go, and there are no serious drawbacks, its fine by me too ...

But I'd also like to hear Scott's opinion on this subject

Gert



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to