Re: xor condition

2011-07-20 Thread Jesse Glick
On 07/16/2011 08:59 PM, Matt Benson wrote: xor(true, false) == true xor(true, false, true) == false xor(true, false, true, false) == false Is this correct? Follows the usual semantics; cf.: http://en.wikipedia.org/wiki/Exclusive_or#Associativity_and_commutativity It would seem that semantic

Jose Roberto Neves/EMBRAER/BR is out of the office.

2011-07-20 Thread jrneves
I will be out of the office starting 19/07/2011 and will not return until 05/08/2011. This message is intended solely for the use of its addressee and may contain privileged or confidential information. If you are not the addressee you should not distribute, copy or file this message. In t

Re: xor condition

2011-07-20 Thread Matt Benson
On Wed, Jul 20, 2011 at 5:44 AM, Jesse Glick wrote: > On 07/16/2011 08:59 PM, Matt Benson wrote: >> >> xor(true, false) == true >> xor(true, false, true) == false >> xor(true, false, true, false) == false >> >> Is this correct? > > Follows the usual semantics; cf.: > http://en.wikipedia.org/wiki/E

Status of AntUnit trunk?

2011-07-20 Thread Stefan Bodewig
Hi, the last AntUnit release has been made almost three years ago. In the meantime we've accumulated a few changes, one of which is needed by the EasyAnt folks (and I needed another one recently to debug some RAT Anttasks error). Therefore I'm entertaining the idea of a 1.2 release. AFAIR Gille