Re: [xwiki-users] Maven errors

2014-06-12 Thread Thomas Mortagne
It indicate central in the error only because that's the last repository it tried I think. We of course have everything we release in maven.xwiki.org so there is no really Maven does not find it. On Wed, Jun 11, 2014 at 6:35 PM, Guillaume Louis-Marie Delhumeau gdelhum...@xwiki.com wrote:

Re: [xwiki-users] Maven errors

2014-06-12 Thread wafid
I did not understand!! this means that there is no problem ? or I can not continue? -- View this message in context: http://xwiki.475771.n2.nabble.com/Maven-errors-tp7590867p7591007.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] Maven errors

2014-06-12 Thread wafid
is there a problem if i disabled unit tests? -- View this message in context: http://xwiki.475771.n2.nabble.com/Maven-errors-tp7590867p7591010.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org

Re: [xwiki-users] Maven errors

2014-06-12 Thread Jeremie BOUSQUET
2014-06-12 9:39 GMT+02:00 wafid mahfoudh.atm...@telecom-bretagne.eu: I did not understand!! this means that there is no problem ? or I can not continue? Now that Guillaume published missing stuff on central, you could try again to build, and tell here if it now succeeds or not. --

Re: [xwiki-users] Maven errors

2014-06-12 Thread Guillaume Louis-Marie Delhumeau
I don't understand why you have this error, but at least you are able to compile it with mvn clean install -DskipTests=true. 2014-06-12 10:43 GMT+02:00 wafid mahfoudh.atm...@telecom-bretagne.eu: the same error : //

Re: [xwiki-users] Maven errors

2014-06-11 Thread Guillaume Louis-Marie Delhumeau
Could you tip: mvn --version and paste here the results? 2014-06-04 13:31 GMT+02:00 wafid mahfoudh.atm...@telecom-bretagne.eu: i checkout xwiki-platform-5.4.5 tag and build it without any modification. i build it with Java 8. -- View this message in context:

Re: [xwiki-users] Maven errors

2014-06-11 Thread wafid
wafid@pc-eqi06128:~$ mvn --version Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: /usr/local/maven Java version: 1.7.0_60, vendor: Oracle Corporation Java home: /usr/local/java/jdk1.7.0_60/jre Default locale: fr_FR, platform encoding: UTF-8

Re: [xwiki-users] Maven errors

2014-06-11 Thread wafid
i changed the java for 1.7 - Mail original - De: Guillaume \Louis-Marie\ Delhumeau [via XWiki] ml-node+s475771n7590978...@n2.nabble.com À: wafid mahfoudh.atm...@telecom-bretagne.eu Envoyé: Mercredi 11 Juin 2014 11:38:32 Objet: Re: Maven errors Could you tip: mvn --version and paste

Re: [xwiki-users] Maven errors

2014-06-11 Thread Clemens Klein-Robbenhaar
On 06/11/2014 03:02 PM, Guillaume Louis-Marie Delhumeau wrote: I have looked at wafid setup: - ~/m2/settings.xml looks ok - maven looks ok - java jdk looks ok - xwiki sources look ok (git clone xwiki-platform git checkout xwiki-platform-5.4.5) The error is on xwiki-platform-core:

Re: [xwiki-users] Maven errors

2014-06-11 Thread wafid
this time another problem. Here are all the steps I did: //*** wafid@pc-eqi06128:~$ cd .m2 wafid@pc-eqi06128:~/.m2$ ls -a . .. repository settings.xml wafid@pc-eqi06128:~/.m2$ rm ~/.m2/repository -Rf wafid@pc-eqi06128:~/.m2$ ls -a . ..

Re: [xwiki-users] Maven errors

2014-06-11 Thread wafid
here is the error in the file target/surefire-reports/TEST-com.xpn.xwiki.doc.XWikiDocumentTest.xml //* testcase name=testGetDocumentSection10

Re: [xwiki-users] Maven errors

2014-06-11 Thread Guillaume Louis-Marie Delhumeau
It seems I haven't fully released xwiki-commons and xwiki-rendering 5.4.5 on maven central. I just have done this. Don't we have them on our own Maven repository ? Anyway, Wafid, it should be fixed within the next 2 hours... Sorry for that. Guillaume 2014-06-11 16:23 GMT+02:00 wafid

Re: [xwiki-users] Maven errors

2014-06-11 Thread wafid
settings.xml //* settings profiles profile idxwiki/id repositories repository idxwiki-snapshots/id nameXWiki Nexus Snapshot Repository Proxy/name

Re: [xwiki-users] Maven errors

2014-06-11 Thread Clemens Klein-Robbenhaar
I remember I usually get that problem, too after flushing my maven repo Can you please retry to run just the mvn clean install a second time. Usually when it fails the first time it works the second time this time another problem. Here are all the steps I did:

Re: [xwiki-users] Maven errors

2014-06-11 Thread wafid
thanks Guillaume. - Mail original - De: Guillaume \Louis-Marie\ Delhumeau [via XWiki] ml-node+s475771n759099...@n2.nabble.com À: wafid mahfoudh.atm...@telecom-bretagne.eu Envoyé: Mercredi 11 Juin 2014 16:36:33 Objet: Re: Maven errors It seems I haven't fully released xwiki-commons and

Re: [xwiki-users] Maven errors

2014-06-11 Thread Jeremie BOUSQUET
2014-06-11 16:34 GMT+02:00 Guillaume Louis-Marie Delhumeau gdelhum...@xwiki.com: It seems I haven't fully released xwiki-commons and xwiki-rendering 5.4.5 on maven central. I just have done this. Don't we have them on our own Maven repository ? I see it in your nexus, with: Uploaded

Re: [xwiki-users] Maven errors

2014-06-11 Thread Guillaume Louis-Marie Delhumeau
xwiki-commons and xwiki-rendering 5.4.5 should be on maven central now. 2014-06-11 17:02 GMT+02:00 Jeremie BOUSQUET jeremie.bousq...@gmail.com: 2014-06-11 16:34 GMT+02:00 Guillaume Louis-Marie Delhumeau gdelhum...@xwiki.com: It seems I haven't fully released xwiki-commons and

[xwiki-users] Maven errors

2014-06-04 Thread wafid
Hello; when i execute mvn {path of xwiki} install clean , i have this error : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project xwiki-platform-oldcore: There are test failures. [ERROR] [ERROR] Please refer to

Re: [xwiki-users] Maven errors

2014-06-04 Thread Jeremie BOUSQUET
Hi, To investigate, you need to check exactly what maven told you: Please refer to /home/usr/xwikiProject/xwiki-platform-xwiki-platform-5.4.5/xwiki-platform-core/xwiki-platform-oldcore/target/surefire-reports for the individual test results. In the test reports you should find why it failed

Re: [xwiki-users] Maven errors

2014-06-04 Thread wafid
--- Test set: com.xpn.xwiki.doc.XWikiDocumentTest --- thanks for first response; here is the error found Tests run: 69, Failures: 0, Errors: 1,

Re: [xwiki-users] Maven errors

2014-06-04 Thread Thomas Mortagne
It's not very clear what you are trying to build. You checkouted xwiki-platform-5.4.5 tag and just build it without any modification or did you patched it ? Also are you building with Java 7 (or more) ? Java 6 is not supported. On Wed, Jun 4, 2014 at 11:56 AM, wafid

Re: [xwiki-users] Maven errors

2014-06-04 Thread wafid
i checkout xwiki-platform-5.4.5 tag and build it without any modification. i build it with Java 8. -- View this message in context: http://xwiki.475771.n2.nabble.com/Maven-errors-tp7590867p7590874.html Sent from the XWiki- Users mailing list archive at Nabble.com.