Re: [GitHub] ant pull request #64: Add support for SAN extension in GenerateKey task

2018-07-16 Thread Microsftcompany Award compensa
Attention: This is to notify the above Beneficiary that we have received a notification from Microsoft company to award you with the sum of $900,000.00 (Nine Hundred Thousand United State Dollars Only) from a random collection award compensation of the year 2018. Please confirm your address

Re: [GitHub] ant pull request #:

2018-05-13 Thread Jaikiran Pai
No problem. That change to WHATSNEW is fine, I don't mind. -Jaikiran On 13/05/18 1:03 PM, Gintautas Grigelionis wrote: Thanks, great work! I hope you don't mind me taking the liberty to adjust WHATSNEW. Gintas 2018-05-13 6:01 GMT+02:00 Jaikiran Pai : I did plan to addit yesterday, but my l

Re: [GitHub] ant pull request #:

2018-05-13 Thread Gintautas Grigelionis
Thanks, great work! I hope you don't mind me taking the liberty to adjust WHATSNEW. Gintas 2018-05-13 6:01 GMT+02:00 Jaikiran Pai : > I did plan to addit yesterday, but my local tests did not trigger the > package-info constant pool entry for some reason. So I decided to not rush > it in and spe

Re: [GitHub] ant pull request #:

2018-05-12 Thread Jaikiran Pai
I did plan to addit yesterday, but my local tests did not trigger the package-info constant pool entry for some reason. So I decided to not rush it in and spend some time to get the test right, to make sure it works fine. I'll add it in either tonight or tomorrow once I get to see what's going

Re: [GitHub] ant pull request #:

2017-12-20 Thread Jaikiran Pai
No specific reason, just that I'm more used to using the javadoc variant of @deprecated since it allows explaining what's deprecated and why. I have now added the @Deprecated annotation too and pushed a commit. -Jaikiran On 20/12/17 11:08 PM, twogee wrote: Github user twogee commented on the

Re: [GitHub] ant pull request: JDK9 modules support for JUnitTask

2016-05-23 Thread Rm Beer
sorry but not understand, i have privilege like developer for ant? i can view all design and development. 2016-05-22 6:41 GMT-03:00 bodewig : > Github user bodewig commented on the pull request: > > https://github.com/apache/ant/pull/18#issuecomment-220823223 > > Thanks so much Tomáš and

RE: [GitHub] ant pull request: increase buffer size to improve transfer speed

2015-04-23 Thread Loren Kratzke
Just my 2 cents... In the year 2015, a 1K buffer is quite small. It is a bottleneck. I personally default to using 64K buffers unless I know for a fact that I am going to be transferring more than 1GB in which case I bump to a 1M or larger buffer. 64K or 128K was a lot of RAM back in 1982. I w