[ANN] Maven Trap

2009-09-29 Thread Don Brown
Off and on, I've played with forks of Maven to improve it more to my liking. This time, I've taking a different, hopefully more sustainable approach - Maven Trap. It is an executable interception framework and three modules: * Console Colorization - Pages of white or green text is hard to

Re: [ANN] Maven Trap

2009-09-29 Thread nicolas de loof
The idea of wrapping Maven with an interceptor framework to enable plugable features without impact is really interesting. Maybe it could help contributors to experiment some code, share with others, and expect it to get later merged into codebase if community approves the feature. A

Re: [ANN] Maven Trap

2009-09-29 Thread Don Brown
On Wed, Sep 30, 2009 at 12:51 AM, nicolas de loof nicolas.del...@gmail.com wrote: The idea of wrapping Maven with an interceptor framework to enable plugable features without impact is really interesting. Maybe it could help contributors to experiment some code, share with others, and expect it

Re: [ANN] Maven Trap

2009-09-29 Thread nicolas de loof
Just ot let you know the color feature is broken on windows platform :( Yeah, silly windows. ansi.sys apparently isn't shipped anymore, which makes me sad as a former BBS junkie. If you find a terminal that supports ansi color codes, it should work. Eclipse console also don't :( Don

Re: [ANN] Maven Trap

2009-09-29 Thread Don Brown
Oddly enough, I wrote a plugin for jEdit, a text editor, that supported telnet and SSH with ANSI color support, so if you switch to it, and ssh into localhost, you can have color :) Don On Wed, Sep 30, 2009 at 1:23 AM, nicolas de loof nicolas.del...@gmail.com wrote: Just ot let you know the

Re: [ANN] Maven Trap

2009-09-29 Thread Roland Asmann
On Tuesday 29 September 2009 17:23, nicolas de loof wrote: Just ot let you know the color feature is broken on windows platform :( Yeah, silly windows. ansi.sys apparently isn't shipped anymore, which makes me sad as a former BBS junkie. If you find a terminal that supports ansi color

Re: [ANN] Maven Trap

2009-09-29 Thread nicolas de loof
2009/9/29 Roland Asmann roland.asm...@cfc.at On Tuesday 29 September 2009 17:23, nicolas de loof wrote: Just ot let you know the color feature is broken on windows platform :( Yeah, silly windows. ansi.sys apparently isn't shipped anymore, which makes me sad as a former BBS