The patching dependency in WildFly, included by the Arquillian based integration tests, trigger a weird dependency on the JDK' s Console jar, which makes it impossible to work importing the project in Eclipse in Windows.
Also the checkstyle rules testing no-more-than-1-whiltespaceline at end of file doesn't allow for an easy solution on Windows, as when I delete the last line this triggers the "at least one 1 whitespace line at EOF" rule..
let's make it a bit less hard handed.
|