Re: svn commit: r1612771 - /maven/doxia/doxia/trunk/doxia-core/src/test/resources/macro/snippet/testSnippet.txt

2014-07-22 Thread Hervé BOUTEMY
Hi Dennis, I just had this little problem: different result on Linux and Windows on a .txt file I looked at rat.txt and found that on Linux, without the header, the file was detected as binary that's strange Regards, Hervé Le mercredi 23 juillet 2014 05:39:27 hbout...@apache.org a écrit : >

[GitHub] maven-wagon pull request: [WAGON-419] Fixing encoding issues with ...

2014-07-22 Thread robertoandrade
GitHub user robertoandrade opened a pull request: https://github.com/apache/maven-wagon/pull/13 [WAGON-419] Fixing encoding issues with HTTP wagons This should fix the blank space encoding in URLs as ``+`` (and any other disparity between the two encoding methods as described in ht

[GitHub] maven-wagon pull request: Fixing issue reported on WAGON-418

2014-07-22 Thread robertoandrade
GitHub user robertoandrade opened a pull request: https://github.com/apache/maven-wagon/pull/12 Fixing issue reported on WAGON-418 Re-adding the dependency that was supposed to be moved from ``wagon-http-shared`` so ``common-httpclient`` can be used properly. You can merge this pul

Re: svn commit: r1612327 - /maven/doxia/doxia/trunk/pom.xml

2014-07-22 Thread Hervé BOUTEMY
ok, done thank you for the hint Hervé Le mardi 22 juillet 2014 17:01:16 Dennis Lundberg a écrit : > Detection of OpenOffice documents is available in Rat 0.11-SNAPSHOT. > Please use that version on Maven sources, and don't add excludes for > OpenOffice documents. I have little time for OSS at the

Re: svn commit: r1612327 - /maven/doxia/doxia/trunk/pom.xml

2014-07-22 Thread Dennis Lundberg
Detection of OpenOffice documents is available in Rat 0.11-SNAPSHOT. Please use that version on Maven sources, and don't add excludes for OpenOffice documents. I have little time for OSS at the moment, but still plan to release Rat 0.11. On Mon, Jul 21, 2014 at 5:53 PM, wrote: > Author: hboutemy

Re: current master performance regression

2014-07-22 Thread Stephen Connolly
Ahh yes I remember that build now... dear me... there were nightmares for a few weeks from having peeked at the poms On 22 July 2014 13:46, Jesse Glick wrote: > On 22 July 2014 09:00, Igor Fedorenko wrote: > > Unfortunately, MNG-5312 didn't have any > > test case so I am wondering if Jesse or

Re: current master performance regression

2014-07-22 Thread Jesse Glick
On 22 July 2014 09:00, Igor Fedorenko wrote: > Unfortunately, MNG-5312 didn't have any > test case so I am wondering if Jesse or somebody else can provide more > details about exact conditions that triggered MNG-5312 and, ideally, > setup a regression test. As noted in MNG-5312, I was able to rep

Re: current master performance regression

2014-07-22 Thread Stephen Connolly
BCC'ing Jesse in case he's not monitoring this list. The exact conditions were related to the [evil job type]( http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html) and I think the test case was within https://github.com/jenkinsci/maven-plugin or perhaps a specific

current master performance regression

2014-07-22 Thread Igor Fedorenko
I am trying to assess potential impact of a performance regression on the current master. I believe the problem has to do with inconsistent caching of ModelData instances and is similar/related to MNG-5312 [1] that was fixed back in 2012. Unfortunately, MNG-5312 didn't have any test case so I am w