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?
I can create the associated JIRA and patch if seen as useful. But I'd like to check here before this wouldn't be seen as the wrong choice. This will prevent me from preparing a svn patch if this is gonna be rejected anyway :-). Btw, interestingly, this "contentEqualsIgnoreEOL" already exists in Apache commons-io [1]. Thanks Cheers [1] https://jira.codehaus.org/browse/ARCHETYPE-456 [2] http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html#contentEqualsIgnoreEOL(java.io.Reader, java.io.Reader) -- Baptiste
