Re: ANSI color logging in Maven

2008-04-08 Thread Martin von Gagern
James William Dumay wrote: Rahul, Something like this library might help you in your quest... http://sourceforge.net/projects/javacurses/ James CHARVA might be useful as well: http://www.pitman.co.za/projects/charva/ It seems both require a native DLL in order to work properly. This makes s

Re: ANSI color logging in Maven

2008-04-07 Thread Rahul Thakur
Developers List Subject: Re: ANSI color logging in Maven Rahul, Something like this library might help you in your quest... http://sourceforge.net/projects/javacurses/ James On Tue, 2008-04-08 at 10:40 +1200, Rahul Thakur wrote: Hello, I have opened an enhancement request for ANSI color logging for

RE: ANSI color logging in Maven

2008-04-07 Thread Brian E. Fox
I thought Eric had something hacked up at one point? -Original Message- From: James William Dumay [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 8:22 PM To: Maven Developers List Subject: Re: ANSI color logging in Maven Rahul, Something like this library might help you in your

Re: ANSI color logging in Maven

2008-04-07 Thread James William Dumay
Rahul, Something like this library might help you in your quest... http://sourceforge.net/projects/javacurses/ James On Tue, 2008-04-08 at 10:40 +1200, Rahul Thakur wrote: > Hello, > > I have opened an enhancement request for ANSI color logging for Maven here. > http://jira.codehaus.org/browse/

Re: ANSI color logging in Maven

2008-04-07 Thread Brett Porter
As long as it's optional (preferable enabled by detecting the capability of the terminal but able to be disabled), it'd be cool. Not really a high priority, but if someone is able to work on it, it'd be great :) - Brett On 08/04/2008, at 8:40 AM, Rahul Thakur wrote: Hello, I have opened

ANSI color logging in Maven

2008-04-07 Thread Rahul Thakur
Hello, I have opened an enhancement request for ANSI color logging for Maven here. http://jira.codehaus.org/browse/MNG-3507 I believe it would be a neat usability enhancement to Maven and make it much easier to skim through logging output on the console. Thoughts? Cheers, Rahul