Re: Numeric comparisons?

2006-06-14 Thread Scot P. Floess
task could use Ant's existing oata.types.Comparison EnumeratedAttribute. :) -Matt --- "Scot P. Floess" <[EMAIL PROTECTED]> wrote: Anyone know of a way in which to do numeric comparisons? For instance something like: if a > b Certainly one can compare for equalit

Re: Numeric comparisons?

2006-06-14 Thread Scot P. Floess
in which to do numeric comparisons? For instance something like: if a > b Ant-Contrib's ? I'd use a

Re: Numeric comparisons?

2006-06-14 Thread Matt Benson
: > Anyone know of a way in which to do numeric > comparisons? For instance > something like: > > if a > b > > Certainly one can compare for equality in terms of > strings...but I > didn't notice anything that would allow me to do > some form of compariso

Re: Numeric comparisons?

2006-06-14 Thread Dominique Devienne
On 6/14/06, Scot P. Floess <[EMAIL PROTECTED]> wrote: Anyone know of a way in which to do numeric comparisons? For instance something like: if a > b Ant-Contrib's ? I'd use a

Numeric comparisons?

2006-06-14 Thread Scot P. Floess
Anyone know of a way in which to do numeric comparisons? For instance something like: if a > b Certainly one can compare for equality in terms of strings...but I didn't notice anything that would allow me to do some form of comparison Thanks! Scot -- Scot P. Floess 27 Lak

Re: numeric comparisons

2005-05-09 Thread Matt Benson
integrated into your condition. -Matt --- Michael Pelz Sherman <[EMAIL PROTECTED]> wrote: > Hi, > > I just wrote a simple Condition class to do numeric > comparisons. Did I > re-invent the wheel? (Hope not!) > > - mps > > -

numeric comparisons

2005-05-09 Thread Michael Pelz Sherman
Hi, I just wrote a simple Condition class to do numeric comparisons. Did I re-invent the wheel? (Hope not!) - mps - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]