[xwiki-users] Howto use mvn xar:format ?

2015-01-09 Thread Pascal BASTIEN
Hello, To clean and Pull Request my patch I need to launch mvn xar:format command but I didn't managed to use it and didn't found a simple documentation about it (notice, I didn't eat a maven book either) I don't want rebuild Xwiki package but I want only check/clean xml file (from XAR) before

Re: [xwiki-users] Howto use mvn xar:format ?

2015-01-09 Thread Pascal BASTIEN
. De : Thomas Mortagne thomas.morta...@xwiki.com À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org Cc : devs XWiki d...@xwiki.org Envoyé le : Vendredi 9 janvier 2015 12h11 Objet : Re: [xwiki-users] Howto use mvn xar:format ? Well you seems to have a Java issue

Re: [xwiki-users] Howto use mvn xar:format ?

2015-01-09 Thread Eduard Moraru
...@xwiki.com; XWiki Users users@xwiki.org Cc : devs XWiki d...@xwiki.org Envoyé le : Vendredi 9 janvier 2015 13h30 Objet : Re: [xwiki-users] Howto use mvn xar:format ? Yes you are right, then I found this: http://stackoverflow.com/questions/26973145/maven-build-error-tools-jar-not-found

Re: [xwiki-users] Howto use mvn xar:format ?

2015-01-09 Thread Pascal BASTIEN
pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org Envoyé le : Vendredi 9 janvier 2015 13h50 Objet : Re: [xwiki-users] Howto use mvn xar:format ? On Fri, Jan 9, 2015 at 2:41 PM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote: ... erratum The wrong end of line is not on all TagCloud.xml file

Re: [xwiki-users] Howto use mvn xar:format ?

2015-01-09 Thread Pascal BASTIEN
 : devs XWiki d...@xwiki.org Envoyé le : Vendredi 9 janvier 2015 13h30 Objet : Re: [xwiki-users] Howto use mvn xar:format ? Yes you are right, then I found this: http://stackoverflow.com/questions/26973145/maven-build-error-tools-jar-not-found-in-jre and mvn -e xar:format work well now. ... but I

Re: [xwiki-users] Howto use mvn xar:format ?

2015-01-09 Thread Thomas Mortagne
Well you seems to have a Java issue but no idea how you can end up with the build complaining about /usr/lib/jvm/java-7-openjdk-amd64/jre/../lib/tools.jar. What version of Maven are you using ? Most of us (and more importantly the build agents) are still using 3.0.5. On Fri, Jan 9, 2015 at 10:40