Re: Wrong library.jansi.path in master 3.5.1 startup scripts

2017-06-10 Thread Hervé BOUTEMY
thinking at the IT: I have a PR in progress [1] to add an API in HawtJNI that will permit to check how the native library has been loaded this is expected to be used for a Maven IT once it is integrated... Regards, Hervé [1] https://github.com/fusesource/hawtjni/pull/36 Le samedi 10 juin 201

Re: Wrong library.jansi.path in master 3.5.1 startup scripts

2017-06-09 Thread Hervé BOUTEMY
Hi, Nice catch, stupid me... how did we not catch it during review? Let's be pragmatic: I fixed this stupid issue directly to master > I wonder if it's feasible to add an integration test that checks > that Maven home is the same before and after some build. if you have an idea of an IT, don't h

Wrong library.jansi.path in master 3.5.1 startup scripts

2017-06-09 Thread Guillaume Boué
Hi, The current mvn startup script sets the "library.jansi.path" system property to "${MAVEN_HOME}/jansi-native". But instead, as said in MNG-6186, this should be "${MAVEN_HOME}/lib/jansi-native". This also affects the Windows script. The result is that JAnsi is creating a jansi-native directory