Re: 3.4.0-SNAPSHOT failure with findbugs Re: colorized Maven output

2016-07-07 Thread Arnaud Héritier
FYI Garvin just released the findbugs plugin 3.0.4 which solves this issue. Thanks Garvin On Fri, Jun 10, 2016 at 11:01 PM, Arnaud Héritier wrote: > yes it is exactly this one Stuart > > Thanks > > On Fri, Jun 10, 2016 at 10:46 PM, Stuart McCulloch >

Re: 3.4.0-SNAPSHOT failure with findbugs Re: colorized Maven output

2016-06-10 Thread Arnaud Héritier
yes it is exactly this one Stuart Thanks On Fri, Jun 10, 2016 at 10:46 PM, Stuart McCulloch wrote: > On Friday, 10 June 2016 at 21:33, Arnaud Héritier wrote: > > I need to investigate but I have a bug with findbugs and 3.4.0-SNAPSHOT > > [ERROR] Failed to execute goal >

Re: 3.4.0-SNAPSHOT failure with findbugs Re: colorized Maven output

2016-06-10 Thread Arnaud Héritier
ok I didn't know the problem was on plugin side and I forgot that this one wasn't in mojohaus org (but always in the codehaus groupId :( ). I confirm that findbugs plugin 3.0.4-SNAPSHOT fixes this issue Garvin could it be possible to release the findbugs plugin ? thanks On Fri, Jun 10, 2016 at

Re: 3.4.0-SNAPSHOT failure with findbugs Re: colorized Maven output

2016-06-10 Thread Stuart McCulloch
On Friday, 10 June 2016 at 21:33, Arnaud Héritier wrote: > I need to investigate but I have a bug with findbugs and 3.4.0-SNAPSHOT > > [ERROR] Failed to execute goal > org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs (findbugs) on project > support-analytics: Unable to parse

Re: 3.4.0-SNAPSHOT failure with findbugs Re: colorized Maven output

2016-06-10 Thread Christian Schulte
Am 06/10/16 um 22:33 schrieb Arnaud Héritier: > I need to investigate but I have a bug with findbugs and 3.4.0-SNAPSHOT It's a bug in the 'findbugs-maven-plugin' already fixed upstream but not released yet. You just need to build a recent https://github.com/gleclaire/findbugs-maven-plugin

3.4.0-SNAPSHOT failure with findbugs Re: colorized Maven output

2016-06-10 Thread Arnaud Héritier
I need to investigate but I have a bug with findbugs and 3.4.0-SNAPSHOT [ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs (findbugs) on project support-analytics: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs for

Re: colorized Maven output

2016-06-10 Thread Arnaud Héritier
\o/ On Fri, Jun 10, 2016 at 8:39 AM, Hervé BOUTEMY wrote: > here it is: > I merged Christian fix > and I managed to make ITs run as embedded (ASF Jenkins should confirm what > works on my machine) > > if everything goes well, I'll merge to master tonight > > Regards, > >

Re: colorized Maven output

2016-06-10 Thread Hervé BOUTEMY
here it is: I merged Christian fix and I managed to make ITs run as embedded (ASF Jenkins should confirm what works on my machine) if everything goes well, I'll merge to master tonight Regards, Hervé Le jeudi 9 juin 2016 09:20:38 Christian Schulte a écrit : > Am 06/09/16 um 09:04 schrieb

Re: colorized Maven output

2016-06-09 Thread Christian Schulte
Am 06/09/16 um 09:04 schrieb Petar Tahchiev: > Hello, > > I checked on Windows with Herve's [1]. Unfortunately I am unable to build > my project with 3.4.0-SNAPSHOT. I have this dependency: > > > org.drools > drools-bom > pom >

Re: colorized Maven output

2016-06-09 Thread Christian Schulte
Am 06/09/16 um 09:04 schrieb Petar Tahchiev: > Hello, > > I checked on Windows with Herve's [1]. Unfortunately I am unable to build > my project with 3.4.0-SNAPSHOT. I have this dependency: > > > org.drools > drools-bom > pom >

Re: colorized Maven output

2016-06-09 Thread Petar Tahchiev
Hello, I checked on Windows with Herve's [1]. Unfortunately I am unable to build my project with 3.4.0-SNAPSHOT. I have this dependency: org.drools drools-bom pom ${drools.version} import

Re: colorized Maven output

2016-06-09 Thread Hervé BOUTEMY
You can download a binary build from Jenkins [1] that works for me even on Windows I created 2 jobs: - one in forked mode, that works [2] - one in embedded mode, which shows 14 errors & 29 failures [3] I don't know why embedded mode fails: still need to investigate. But as forked mode shows, as

Re: colorized Maven output

2016-06-06 Thread Hervé BOUTEMY
I tried on Windows: it does not work yet Th eissue I'm facing is: we need to call AnsiConsole.systemInstall() for Windows But if this call is added in MavenCli.doMain(), core ITs fail since there is confusion on System.out replacements... I still didn't find any way to avoid this confusion: if

Re: colorized Maven output

2016-06-06 Thread Hervé BOUTEMY
great hint: it was already available in ASF Jenkins but I didn't see I activated it and ran the tests: you can see the miracle result! https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-embedded/7281/console (notice that the output colorization is done at plugin

Re: colorized Maven output

2016-06-06 Thread Hervé BOUTEMY
Le lundi 6 juin 2016 08:33:01 Romain Manni-Bucau a écrit : > Hi Hervé, > > would it be possible to enhance this with such features: > > 1. make colors configurables through a user config (~/.m2/settings.xml? or > colors.xml) I would prefer avoiding creating something complex if we can avoid it:

Re: colorized Maven output

2016-06-06 Thread Petar Tahchiev
Sorry, I got confused by this: "if run with older Maven, color is always on". I will try it later. 2016-06-06 15:46 GMT+02:00 Tamás Cservenák : > I believe you need to build Maven itself from Herve's branch: > https://github.com/apache/maven/tree/MNG-3507 > > On Mon, Jun 6,

Re: colorized Maven output

2016-06-06 Thread Tamás Cservenák
I believe you need to build Maven itself from Herve's branch: https://github.com/apache/maven/tree/MNG-3507 On Mon, Jun 6, 2016 at 3:14 PM Petar Tahchiev wrote: > I might be doing smth wrong but I tested on windows 10 with Maven 3.3.9 and > I didn't see any color. Here's

Re: colorized Maven output

2016-06-06 Thread Petar Tahchiev
I might be doing smth wrong but I tested on windows 10 with Maven 3.3.9 and I didn't see any color. Here's what I did: 1) git clone g...@github.com:apache/maven-shared.git 2) cd maven-share/ && mvn clean install 3) git clone g...@github.com:apache/maven-integration-testing.git 4) cd

Re: colorized Maven output

2016-06-06 Thread jieryn
Also, to get Jenkins displaying ANSI escape codes for color you can install https://wiki.jenkins-ci.org/display/JENKINS/AnsiColor+Plugin and then enable it per-job. On Mon, Jun 6, 2016 at 2:33 AM, Romain Manni-Bucau wrote: > Hi Hervé, > > would it be possible to enhance

Re: colorized Maven output

2016-06-06 Thread Romain Manni-Bucau
Hi Hervé, would it be possible to enhance this with such features: 1. make colors configurables through a user config (~/.m2/settings.xml? or colors.xml) 2. make color config regex friendly. The idea is to be able to get a coloration like https://github.com/rmannibucau/maven-color which depends

colorized Maven output

2016-06-06 Thread Hervé BOUTEMY
Hi, As you may have noticed, I created a MNG-3507 branch. The idea here is to develop colorization not at slf4j implementation level, but in core (and later plugins): slf4j implementation is only responsible for DEBUG/INFO/WARNING/ERROR colorization, core and plugins are responsible for