Re: IOUtil.contentEqualsIgnoreEOL ?

2014-02-07 Thread Baptiste Mathus
Interesting, so I guess the long-term plan about custom deps is still something to discuss ;-). Anyway, if anyone wants cares about that jira some day, I'll be happy to rewrite the patch as adviced if deemed necessary. Baptiste 2014-02-05 23:30 GMT+01:00 Robert Scholte : > How about org.codehau

Re: IOUtil.contentEqualsIgnoreEOL ?

2014-02-05 Thread Robert Scholte
How about org.codehaus.plexus.util.StringUtils#unifyLineSeparators(String) ? We're already using plexus-utils, so that saves us another dependency :) Robert Op Wed, 05 Feb 2014 22:07:51 +0100 schreef Barrie Treloar : On 6 February 2014 06:45, Baptiste Mathus wrote: Anyone? I suppose I

Re: IOUtil.contentEqualsIgnoreEOL ?

2014-02-05 Thread Barrie Treloar
On 6 February 2014 06:45, Baptiste Mathus wrote: > Anyone? > I suppose I have my answer, I'll leave the current patch as-is :-) Isn't the long term plan to drop anything custom and use existing code? If its already in commons-io just use that instead.

Re: IOUtil.contentEqualsIgnoreEOL ?

2014-02-05 Thread Baptiste Mathus
Anyone? I suppose I have my answer, I'll leave the current patch as-is :-) 2014-01-28 Baptiste Mathus : > Hi all, > > I created ARCHETYPE-456 yesterday for m-archetype-p to support comparing > directories for integration-testing ignoring the EOL/newline encoding [1]. > Currently, I put that code

IOUtil.contentEqualsIgnoreEOL ?

2014-01-28 Thread Baptiste Mathus
Hi all, I created ARCHETYPE-456 yesterday for m-archetype-p to support comparing directories for integration-testing ignoring the EOL/newline encoding [1]. Currently, I put that code directory in the plugin. But I guess it'd better be placed alongside already existing IOUtil.contentEquals() method