Details
-
Bug
-
Resolution: Fixed
-
Minor
-
6.0-milestone-2
-
None
-
Unknown
-
N/A
-
N/A
-
Description
When trying to build xwiki-platform with Maven, it breaks with the following message (see below).
To reproduce:
- Clone the repository xwiki/xwiki-platform
- set your locale to 'fr_FR.UTF-8'
- run 'mvn clean install'
------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.xpn.xwiki.web.XWikiMessageToolBridgeTest 10:42:04.368 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:05.658 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:06.192 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:06.632 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:06.991 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:07.376 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:07.733 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:08.084 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:08.454 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. 10:42:08.796 [main] WARN o.x.e.internal.ServletEnvironment - No permanent directory configured. Using temporary directory [/tmp]. Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 6.096 sec <<< FAILURE! - in com.xpn.xwiki.web.XWikiMessageToolBridgeTest fallbackOnResource(com.xpn.xwiki.web.XWikiMessageToolBridgeTest) Time elapsed: 0.39 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<Langu[ag]e> but was:<Langu[]e> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at com.xpn.xwiki.web.XWikiMessageToolBridgeTest.fallbackOnResource(XWikiMessageToolBridgeTest.java:398) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.jmock.integration.junit4.JUnitRuleMockery$1.evaluate(JUnitRuleMockery.java:49) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) getResourceTranslation(com.xpn.xwiki.web.XWikiMessageToolBridgeTest) Time elapsed: 0.342 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<Langu[ag]e> but was:<Langu[]e> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at com.xpn.xwiki.web.XWikiMessageToolBridgeTest.getResourceTranslation(XWikiMessageToolBridgeTest.java:285) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.jmock.integration.junit4.JUnitRuleMockery$1.evaluate(JUnitRuleMockery.java:49) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Results : Failed tests: XWikiMessageToolBridgeTest.fallbackOnResource:398 expected:<Langu[ag]e> but was:<Langu[]e> XWikiMessageToolBridgeTest.getResourceTranslation:285 expected:<Langu[ag]e> but was:<Langu[]e> Tests run: 10, Failures: 2, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] XWiki Platform - Parent POM ....................... SUCCESS [ 3.638 s] [INFO] XWiki Platform - Tools - Parent POM ............... SUCCESS [ 0.451 s] [INFO] XWiki Platform - Tools - XWiki Configuration Resources SUCCESS [ 0.592 s] [INFO] XWiki Platform - Tools - Jetty - Parent POM ....... SUCCESS [ 0.265 s] [INFO] XWiki Platform - Tools - Jetty - Jetty Lifecycle Listener SUCCESS [ 0.659 s] [INFO] XWiki Platform - Tools - Jetty - Jetty Configuration Resources SUCCESS [ 0.725 s] [INFO] XWiki Platform - Core - Parent POM ................ SUCCESS [ 2.273 s] [INFO] XWiki Platform - Store - Parent POM ............... SUCCESS [ 0.342 s] [INFO] XWiki Platform - Store - Api ...................... SUCCESS [ 0.898 s] [INFO] XWiki Platform - Observation - Parent POM ......... SUCCESS [ 0.328 s] [INFO] XWiki Platform - Observation - Remote ............. SUCCESS [ 6.684 s] [INFO] XWiki Platform - Model ............................ SUCCESS [ 2.945 s] [INFO] XWiki Platform - Velocity - Parent POM ............ SUCCESS [ 0.380 s] [INFO] XWiki Platform - Velocity - WebApp Implementation . SUCCESS [ 1.447 s] [INFO] XWiki Platform - Bridge ........................... SUCCESS [ 1.094 s] [INFO] XWiki Platform - Configuration - Parent POM ....... SUCCESS [ 0.307 s] [INFO] XWiki Platform - Configuration - Default .......... SUCCESS [ 1.775 s] [INFO] XWiki Platform - XMLRPC - Parent POM .............. SUCCESS [ 0.320 s] [INFO] XWiki Platform - XMLRPC - Model ................... SUCCESS [ 0.456 s] [INFO] XWiki Platform - Rendering - Parent POM ........... SUCCESS [ 0.395 s] [INFO] XWiki Platform - Rendering - XWiki-specific implementation SUCCESS [ 2.394 s] [INFO] XWiki Platform - Chart - Parent POM ............... SUCCESS [ 0.343 s] [INFO] XWiki Platform - Chart - Rendering ................ SUCCESS [ 0.625 s] [INFO] XWiki Platform - Resource API ..................... SUCCESS [ 0.747 s] [INFO] XWiki Platform - URL - Parent POM ................. SUCCESS [ 0.290 s] [INFO] XWiki Platform - URL - API ........................ SUCCESS [ 0.816 s] [INFO] XWiki Platform - Display .......................... SUCCESS [ 0.352 s] [INFO] XWiki Platform - Display - API .................... SUCCESS [ 1.481 s] [INFO] XWiki Platform - Containers - Parent POM .......... SUCCESS [ 0.394 s] [INFO] XWiki Platform - Containers - API ................. SUCCESS [ 0.505 s] [INFO] XWiki Platform - Sheet - Parent POM ............... SUCCESS [ 0.282 s] [INFO] XWiki Platform - Sheet - API ...................... SUCCESS [ 1.487 s] [INFO] XWiki Platform - Captcha .......................... SUCCESS [ 0.575 s] [INFO] XWiki Platform - ClassLoader - Parent POM ......... SUCCESS [ 0.271 s] [INFO] XWiki Platform - ClassLoader - Protocols - Parent POM SUCCESS [ 0.268 s] [INFO] XWiki Platform - ClassLoader - Protocols - Attachment JAR SUCCESS [ 1.245 s] [INFO] XWiki Platform - Rendering - Macros - Parent POM .. SUCCESS [ 0.386 s] [INFO] XWiki Platform - Rendering - Macro - Script ....... SUCCESS [ 2.184 s] [INFO] XWiki Platform - Rendering - Transformations - Parent POM SUCCESS [ 0.321 s] [INFO] XWiki Platform - Rendering - Transformations - Macro SUCCESS [ 0.936 s] [INFO] XWiki Platform - Rendering - Macro - Context ...... SUCCESS [ 1.428 s] [INFO] XWiki Platform - Cache - Parent POM ............... SUCCESS [ 0.265 s] [INFO] XWiki Platform - Cache - API ...................... SUCCESS [ 0.522 s] [INFO] XWiki Platform - Formula - Parent POM ............. SUCCESS [ 0.265 s] [INFO] XWiki Platform - Formula - Renderer ............... SUCCESS [ 0.698 s] [INFO] XWiki Platform - Cache - Tests .................... SUCCESS [ 0.595 s] [INFO] XWiki Platform - Cache - Infinispan ............... SUCCESS [ 4.141 s] [INFO] XWiki Platform - Query - Parent POM ............... SUCCESS [ 0.279 s] [INFO] XWiki Platform - Query - Manager .................. SUCCESS [ 1.400 s] [INFO] XWiki Platform - Refactoring ...................... SUCCESS [ 1.394 s] [INFO] XWiki Platform - Skin - Parent POM ................ SUCCESS [ 0.270 s] [INFO] XWiki Platform - Skin - API ....................... SUCCESS [ 0.339 s] [INFO] XWiki Platform - Rendering - Macro - Gallery ...... SUCCESS [ 1.565 s] [INFO] XWiki Platform - Office - Parent POM .............. SUCCESS [ 0.297 s] [INFO] XWiki Platform - Office - Importer ................ SUCCESS [ 3.809 s] [INFO] XWiki Platform - Component - Parent POM ........... SUCCESS [ 0.273 s] [INFO] XWiki Platform - Component - Multi ................ SUCCESS [ 1.340 s] [INFO] XWiki Platform - Query - JPQL Parser .............. SUCCESS [ 3.727 s] [INFO] XWiki Platform - Query - XWQL ..................... SUCCESS [ 0.994 s] [INFO] XWiki Platform - Containers - Servlet ............. SUCCESS [ 0.855 s] [INFO] XWiki Platform - CSRF ............................. SUCCESS [ 1.116 s] [INFO] XWiki Platform - Localization - Parent POM ........ SUCCESS [ 0.272 s] [INFO] XWiki Platform - Localization - API ............... SUCCESS [ 0.714 s] [INFO] XWiki Platform - Security ......................... SUCCESS [ 0.298 s] [INFO] XWiki Platform - Security - API ................... SUCCESS [ 3.319 s] [INFO] XWiki Platform - Wiki - Parent POM ................ SUCCESS [ 0.366 s] [INFO] XWiki Platform - Wiki - API ....................... SUCCESS [ 0.499 s] [INFO] XWiki Platform - Action API ....................... SUCCESS [ 0.985 s] [INFO] XWiki Platform - Groovy ........................... SUCCESS [ 1.629 s] [INFO] XWiki Platform - Rendering - Macro - Groovy ....... SUCCESS [ 2.820 s] [INFO] XWiki Platform - Rendering - Macro - Velocity ..... SUCCESS [ 2.942 s] [INFO] XWiki Platform - XAR .............................. SUCCESS [ 0.566 s] [INFO] XWiki Platform - WikiStream ....................... SUCCESS [ 0.294 s] [INFO] XWiki Platform - WikiStream - API ................. SUCCESS [ 1.057 s] [INFO] XWiki Platform - WikiStream - Events .............. SUCCESS [ 0.262 s] [INFO] XWiki Platform - WikiStream - Events - Model ...... SUCCESS [ 0.469 s] [INFO] XWiki Platform - WikiStream - Instance ............ SUCCESS [ 0.273 s] [INFO] XWiki Platform - WikiStream - Instance - API ...... SUCCESS [ 0.592 s] [INFO] XWiki Platform - WikiStream - Instance - Document . SUCCESS [ 0.455 s] [INFO] XWiki Platform - WikiStream - Events - XWiki ...... SUCCESS [ 0.420 s] [INFO] XWiki Platform - WikiStream - Events - Extension .. SUCCESS [ 0.473 s] [INFO] XWiki Platform - WikiStream - XML ................. SUCCESS [ 0.519 s] [INFO] XWiki Platform - WikiStream - Test framework ...... SUCCESS [ 0.771 s] [INFO] XWiki Platform - WikiStream - Streams ............. SUCCESS [ 0.266 s] [INFO] XWiki Platform - WikiStream - Generic XML ......... SUCCESS [ 0.503 s] [INFO] XWiki Platform - WikiStream - XAR ................. SUCCESS [ 2.516 s] [INFO] XWiki Platform - Old Core ......................... SUCCESS [02:04 min] [INFO] XWiki Platform - Colibri .......................... SUCCESS [ 0.469 s] [INFO] XWiki Platform - Web Resources .................... SUCCESS [ 9.643 s] [INFO] XWiki Platform - Tools - Root Webapp .............. SUCCESS [ 0.391 s] [INFO] XWiki Platform - Skin - Skin Extensions ........... SUCCESS [ 3.700 s] [INFO] XWiki Platform - GWT - Parent POM ................. SUCCESS [ 0.319 s] [INFO] XWiki Platform - GWT - DOM API .................... SUCCESS [ 18.982 s] [INFO] XWiki Platform - GWT - User ....................... SUCCESS [ 16.618 s] [INFO] XWiki Platform - WYSIWYG Editor - Parent POM ...... SUCCESS [ 0.389 s] [INFO] XWiki Platform - WYSIWYG Editor - Plugin API ...... SUCCESS [ 15.583 s] [INFO] XWiki Platform - WYSIWYG Editor - Client Side ..... SUCCESS [ 27.753 s] [INFO] XWiki Platform - WYSIWYG Editor - Server Side ..... SUCCESS [ 4.385 s] [INFO] XWiki Platform - WebDAV - Parent POM .............. SUCCESS [ 0.279 s] [INFO] XWiki Platform - WebDAV - Server .................. SUCCESS [ 1.674 s] [INFO] XWiki Platform - REST - Parent POM ................ SUCCESS [ 0.307 s] [INFO] XWiki Platform - REST - Model ..................... SUCCESS [ 1.112 s] [INFO] XWiki Platform - REST - API ....................... SUCCESS [ 0.587 s] [INFO] XWiki Platform - Search - Parent POM .............. SUCCESS [ 0.316 s] [INFO] XWiki Platform - Search - Lucene - Parent POM ..... SUCCESS [ 0.317 s] [INFO] XWiki Platform - Search - Lucene - API ............ SUCCESS [ 26.415 s] [INFO] XWiki Platform - REST - Server .................... SUCCESS [ 2.103 s] [INFO] XWiki Platform - GWT - XWiki API .................. SUCCESS [ 2.212 s] [INFO] XWiki Platform - Localization - Script ............ SUCCESS [ 1.028 s] [INFO] XWiki Platform - Localization - Syntaxes Parent POM SUCCESS [ 0.339 s] [INFO] XWiki Platform - Localization - Syntax - MessageTool SUCCESS [ 0.903 s] [INFO] XWiki Platform - Localization - Sources Parent POM SUCCESS [ 0.332 s] [INFO] XWiki Platform - Localization - Source - Wiki ..... SUCCESS [ 3.970 s] [INFO] XWiki Platform - Localization - Source - JAR ...... SUCCESS [ 1.219 s] [INFO] XWiki Platform - Localization - Source - Legacy ... FAILURE [ 7.114 s] [INFO] XWiki Platform - Security - Bridge ................ SKIPPED [INFO] XWiki Platform - Component - Wiki Components ...... SKIPPED [INFO] XWiki Platform - User Interface Extension - Parent POM SKIPPED [INFO] XWiki Platform - User Interface Extension - API ... SKIPPED [INFO] XWiki Platform - WikiStream - Events - User ....... SKIPPED [INFO] XWiki Platform - WikiStream - Instance - Oldcore .. SKIPPED [INFO] XWiki Platform - URL - Standard Implementation .... SKIPPED [INFO] XWiki Platform - Wiki - Default Implementation .... SKIPPED [INFO] XWiki Platform - Tools - Packager ................. SKIPPED [INFO] XWiki Platform - Tools - Web Standards Validator .. SKIPPED [INFO] XWiki Platform - Tools - XML Doc Update Plugin .... SKIPPED [INFO] XWiki Platform - Instance ......................... SKIPPED [INFO] XWiki Platform - Active Installs - Parent POM ..... SKIPPED [INFO] XWiki Platform - Active Installs - Common API ..... SKIPPED [INFO] XWiki Platform - Active Installs - Client - Parent POM SKIPPED [INFO] XWiki Platform - Active Installs - Client - API ... SKIPPED [INFO] XWiki Platform - Active Installs - Server - Parent POM SKIPPED [INFO] XWiki Platform - Active Installs - Server - API ... SKIPPED [INFO] XWiki Platform - Joda Time ........................ SKIPPED [INFO] XWiki Platform - Active Installs - Server - UI .... SKIPPED [INFO] XWiki Platform - Annotations - Parent POM ......... SKIPPED [INFO] XWiki Platform - Annotations - Core Services ...... SKIPPED [INFO] XWiki Platform - Scheduler - Parent POM ........... SKIPPED [INFO] XWiki Platform - Scheduler - API .................. SKIPPED [INFO] XWiki Platform - Event Stream ..................... SKIPPED [INFO] XWiki Platform - Activity Stream - Parent POM ..... SKIPPED [INFO] XWiki Platform - Activity Stream - API ............ SKIPPED [INFO] XWiki Platform - Rendering - Wiki Macro Bridge .... SKIPPED [INFO] XWiki Platform - Rendering - Wiki Macro Bridge - API SKIPPED [INFO] XWiki Platform - Rendering - Wiki Macro Bridge - Store SKIPPED [INFO] XWiki Platform - Activity Stream - UI ............. SKIPPED [INFO] XWiki Platform - Rendering - Macro - Include ...... SKIPPED [INFO] XWiki Platform - Localization - Macro ............. SKIPPED [INFO] XWiki Platform - Attachment - Parent POM .......... SKIPPED [INFO] XWiki Platform - Attachment - UI .................. SKIPPED [INFO] XWiki Platform - Administration - Parent POM ...... SKIPPED [INFO] XWiki Platform - Administration - UI .............. SKIPPED [INFO] XWiki Platform - Annotations - References Manipulation SKIPPED [INFO] XWiki Platform - Annotations - XWiki Storage Implementation SKIPPED [INFO] XWiki Platform - Annotations - Maintainer ......... SKIPPED [INFO] XWiki Platform - Annotations - REST Services ...... SKIPPED [INFO] XWiki Platform - Annotations - Scripting APIs ..... SKIPPED [INFO] XWiki Platform - Annotations - UI ................. SKIPPED [INFO] XWiki Platform - Application Manager - Parent POM . SKIPPED [INFO] XWiki Platform - Application Manager - API ........ SKIPPED [INFO] XWiki Platform - Application Manager - UI ......... SKIPPED [INFO] XWiki Platform - Sheet - UI ....................... SKIPPED [INFO] XWiki Platform - Livetable ........................ SKIPPED [INFO] XWiki Platform - Livetable - UI ................... SKIPPED [INFO] XWiki Platform - Rendering - Macro - Code ......... SKIPPED [INFO] XWiki Platform - User Interface Extension - UI .... SKIPPED [INFO] XWiki Platform - App Within Minutes ............... SKIPPED [INFO] XWiki Platform - App Within Minutes - UI .......... SKIPPED [INFO] XWiki Platform - AutoTag plugin ................... SKIPPED [INFO] XWiki Platform - Blog ............................. SKIPPED [INFO] XWiki Platform - Blog - UI ........................ SKIPPED [INFO] XWiki Platform - Cache - OSCache .................. SKIPPED [INFO] XWiki Platform - Chart - Macro .................... SKIPPED [INFO] XWiki Platform - Chart - Chart Plugin ............. SKIPPED [INFO] XWiki Platform - Classloader - XWiki .............. SKIPPED [INFO] XWiki Platform - Color Themes - Parent POM ........ SKIPPED [INFO] XWiki Platform - ColorThemes - UI ................. SKIPPED [INFO] XWiki Platform - Component - Script Service ....... SKIPPED [INFO] XWiki Platform - Containers - Portlet ............. SKIPPED [INFO] XWiki Platform - Cryptographic Services ........... SKIPPED [INFO] XWiki Platform - Cryptographic Services - Script Service SKIPPED [INFO] XWiki Platform - Dashboard - Parent POM ........... SKIPPED [INFO] XWiki Platform - Dashboard - UI ................... SKIPPED [INFO] XWiki Platform - Rendering - Macro - Container .... SKIPPED [INFO] XWiki Platform - Dashboard - Macro ................ SKIPPED [INFO] XWiki Platform - Display - Macro .................. SKIPPED [INFO] XWiki Platform - Extension - Parent POM ........... SKIPPED [INFO] XWiki Platform - Extension - Cluster .............. SKIPPED [INFO] XWiki Platform - Extension - Script ............... SKIPPED [INFO] XWiki Platform - Extension - Handler - Parent POM . SKIPPED [INFO] XWiki Platform - Extension - Handler - XAR ........ SKIPPED [INFO] XWiki Platform - Extension - Distribution ......... SKIPPED [INFO] XWiki Platform - Extension - UI ................... SKIPPED [INFO] XWiki Platform - Panels ........................... SKIPPED [INFO] XWiki Platform - Panels - API ..................... SKIPPED [INFO] XWiki Platform - Panels - UI ...................... SKIPPED [INFO] XWiki Platform - FAQ .............................. SKIPPED [INFO] XWiki Platform - FAQ - UI ......................... SKIPPED [INFO] XWiki Platform - Feed - Parent POM ................ SKIPPED [INFO] XWiki Platform - Feed - API ....................... SKIPPED [INFO] XWiki Platform - Webjars Support .................. SKIPPED [INFO] XWiki Platform - Flamingo ......................... SKIPPED [INFO] XWiki Platform - Formula - Macro .................. SKIPPED [INFO] XWiki Platform - Git .............................. SKIPPED [INFO] XWiki Platform - Help - Parent POM ................ SKIPPED [INFO] XWiki Platform - Help - UI ........................ SKIPPED [INFO] XWiki Platform - Index - Parent POM ............... SKIPPED [INFO] XWiki Platform - Index - UI ....................... SKIPPED [INFO] XWiki Platform - Invitation ....................... SKIPPED [INFO] XWiki Platform - Invitation - UI .................. SKIPPED [INFO] XWiki Platform - IRC Bot - Parent POM ............. SKIPPED [INFO] XWiki Platform - IRC Bot - API .................... SKIPPED [INFO] XWiki Platform - Scheduler - UI ................... SKIPPED [INFO] XWiki Platform - LinkChecker - Parent POM ......... SKIPPED [INFO] XWiki Platform - LinkChecker - API ................ SKIPPED [INFO] XWiki Platform - LinkChecker - UI ................. SKIPPED [INFO] XWiki Platform - IRC Bot - UI ..................... SKIPPED [INFO] XWiki Platform - JIRA ............................. SKIPPED [INFO] XWiki Platform - LDAP - Parent POM ................ SKIPPED [INFO] XWiki Platform - LDAP - Authenticator ............. SKIPPED [INFO] XWiki Platform - LDAP - API ....................... SKIPPED [INFO] XWiki Platform - LDAP - UI ........................ SKIPPED [INFO] XWiki Platform - Loggging ......................... SKIPPED [INFO] XWiki Platform - Logging - Script ................. SKIPPED [INFO] XWiki Platform - Logging - UI ..................... SKIPPED [INFO] XWiki Platform - Test Framework ................... SKIPPED [INFO] XWiki Platform - Mail Sender ...................... SKIPPED [INFO] XWiki Platform - Menu ............................. SKIPPED [INFO] XWiki Platform - Menu - UI ........................ SKIPPED [INFO] XWiki Platform - Message Stream - Parent POM ...... SKIPPED [INFO] XWiki Platform - Message Stream - API ............. SKIPPED [INFO] XWiki Platform - Message Stream - UI .............. SKIPPED [INFO] XWiki Platform - Office - Viewer .................. SKIPPED [INFO] XWiki Platform - Office - Macro ................... SKIPPED [INFO] XWiki Platform - Office - UI ...................... SKIPPED [INFO] XWiki Platform - Rendering - Macro - User Avatar .. SKIPPED [INFO] XWiki Platform - Release .......................... SKIPPED [INFO] XWiki Platform - Release - UI ..................... SKIPPED [INFO] XWiki Platform - Rendering - Macro - RSS .......... SKIPPED [INFO] XWiki Platform - Rendering - Macro - Ruby ......... SKIPPED [INFO] XWiki Platform - Rendering - Macro - Python ....... SKIPPED [INFO] XWiki Platform - Rendering - Macro - PHP .......... SKIPPED [INFO] XWiki Platform - Rendering - Macro - Cache ........ SKIPPED [INFO] XWiki Platform - Rendering - Wiki Macro Bridge - UI SKIPPED [INFO] XWiki Platform - Repository ....................... SKIPPED [INFO] XWiki Platform - Repository - Server API .......... SKIPPED [INFO] XWiki Platform - Repository - Server UI ........... SKIPPED [INFO] XWiki Platform - Sandbox Application .............. SKIPPED [INFO] XWiki Platform - Search - Lucene - UI ............. SKIPPED [INFO] XWiki Platform - Search - Solr - Parent POM ....... SKIPPED [INFO] XWiki Platform - Search - Solr - Plugin ........... SKIPPED [INFO] XWiki Platform - Search - Solr - API .............. SKIPPED [INFO] XWiki Platform - Search - Solr - Query ............ SKIPPED [INFO] XWiki Platform - Search - UI ...................... SKIPPED [INFO] XWiki Platform - Wiki - Script services ........... SKIPPED [INFO] XWiki Platform - Search - Solr - UI ............... SKIPPED [INFO] XWiki Platform - Selenium ......................... SKIPPED [INFO] XWiki Platform - Statistics ....................... SKIPPED [INFO] XWiki Platform - Statistics - UI .................. SKIPPED [INFO] XWiki Platform - Store - Transaction .............. SKIPPED [INFO] XWiki Platform - Store - Locks .................... SKIPPED [INFO] XWiki Platform - Store - Serialization ............ SKIPPED [INFO] XWiki Platform - Store - Filesystem ............... SKIPPED [INFO] XWiki Platform - Store - Filesystem - Attachments . SKIPPED [INFO] XWiki Platform - Tag - Parent POM ................. SKIPPED [INFO] XWiki Platform - Tag - API ........................ SKIPPED [INFO] XWiki Platform - Tag - Parent POM ................. SKIPPED [INFO] XWiki Platform - User - Parent POM ................ SKIPPED [INFO] XWiki Platform - User - Directory - Parent POM .... SKIPPED [INFO] XWiki Platform - User - Directory - UI ............ SKIPPED [INFO] XWiki Platform - User - Profile - Parent POM ...... SKIPPED [INFO] XWiki Platform - User - Profile - UI .............. SKIPPED [INFO] XWiki Platform - Watchlist - Parent POM ........... SKIPPED [INFO] XWiki Platform - WatchList - API .................. SKIPPED [INFO] XWiki Platform - WatchList - UI ................... SKIPPED [INFO] XWiki Platform - WebDAV - UI ...................... SKIPPED [INFO] XWiki Platform - Wiki - Template - Parent POM ..... SKIPPED [INFO] XWiki Platform - Wiki - Template - API ............ SKIPPED [INFO] XWiki Platform - Wiki - Template - Default ........ SKIPPED [INFO] XWiki Platform - Wiki - Template - Script ......... SKIPPED [INFO] XWiki Platform - Wiki - User - Parent POM ......... SKIPPED [INFO] XWiki Platform - Wiki - User - API ................ SKIPPED [INFO] XWiki Platform - Wiki - User - Default ............ SKIPPED [INFO] XWiki Platform - Wiki - User - Script ............. SKIPPED [INFO] XWiki Platform - Wiki - UI - Parent POM ........... SKIPPED [INFO] XWiki Platform - Wiki - UI - Main Wiki ............ SKIPPED [INFO] XWiki Platform - Wiki - UI - Wiki ................. SKIPPED [INFO] XWiki Platform - Wiki - REST - Parent POM ......... SKIPPED [INFO] XWiki Platform - Wiki - REST - API ................ SKIPPED [INFO] XWiki Platform - Wiki - REST - Default implementation SKIPPED [INFO] XWiki Platform - Wiki - Workspaces Migrator ....... SKIPPED [INFO] XWiki Platform - WikiStream - Script .............. SKIPPED [INFO] XWiki Platform - WikiStream - Confluence XML ...... SKIPPED [INFO] XWiki Platform - WikiStream - Instance - Extension SKIPPED [INFO] XWiki Platform - WikiStream - Instance - Script ... SKIPPED [INFO] XWiki Platform - WikiStream - UI .................. SKIPPED [INFO] XWiki Platform - WYSIWYG Editor - Wiki Pages ...... SKIPPED [INFO] XWiki Platform - WYSIWYG Editor - WAR Distribution SKIPPED [INFO] XWiki Platform - XML - Parent POM ................. SKIPPED [INFO] XWiki Platform - XML - Script Service ............. SKIPPED [INFO] XWiki Platform - XMLRPC - Client .................. SKIPPED [INFO] XWiki Platform - ZIP Explorer ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:08 min [INFO] Finished at: 2014-04-15T10:42:09+01:00 [INFO] Final Memory: 238M/478M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project xwiki-platform-localization-source-legacy: There are test failures. [ERROR] [ERROR] Please refer to /data/simard/Projects/xwiki/xwiki-platform/xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-sources/xwiki-platform-localization-source-legacy/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :xwiki-platform-localization-source-legacy