Re: bug in DOMElementWriter

2010-06-29 Thread Stefan Bodewig
On 2010-06-29, Jon Stevens wrote: > Maybe it is just me, but it seems vastly more efficient to just write out > the correct string than call Integer.toHexString(). svn revision 959173 addresses this (forget the change to Execute, has been reverted with the next commit). > Also, don't forget to u

[RESULT][VOTE] Remove commercial tasks from Ant

2010-06-29 Thread Bruce Atherton
The results of the vote are in. Both motions passed. The motion to drop the commercial tasks from the binary release of Ant had 13 +1 votes for almost all the commercial tasks, and no -1 votes. The one exception was the Server Deploy subtasks, which Gilles voted +0 on, resulting in 12 +1 votes

Re: bug in DOMElementWriter

2010-06-29 Thread Jon Stevens
Maybe it is just me, but it seems vastly more efficient to just write out the correct string than call Integer.toHexString(). Also, don't forget to update WHATSNEW since this is potentially a backwards incompatible change. jon On Tue, Jun 29, 2010 at 12:51 AM, Stefan Bodewig wrote: > On 2010-

Re: bug in DOMElementWriter

2010-06-29 Thread Stefan Bodewig
On 2010-06-28, Stefan Bodewig wrote: > By now I tend to agree with Jon that DOMElementWriter should encode \n, > \r and \t when writing attribute values (and only when writing attribute > values). svn revision 958857 Stefan - T