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

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. BRemfont size='2' face='Arial'hrThis 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,

Re: xor condition

2011-07-20 Thread Matt Benson
On Wed, Jul 20, 2011 at 5:44 AM, Jesse Glick jesse.gl...@oracle.com 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.:

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