Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
6.1
-
Windows 8.1 - 64bit
JDK 7 Update 65 - 64bit
Git 1.9.4
Maven 3.0.5
-
Unknown
-
Description
There are some modules which generate test failures when building on Windows:
xwiki-commons:
- xwiki-commons-crypto-common
- xwiki-commons-crypto-store-filesystem
xwiki-platform:
- xwiki-platform-chart-macro
- xwiki-platform-git
- xwiki-platform-less-css-default
- xwiki-platform-office-viewer
- xwiki-platform-oldcore
- xwiki-platform-store-filesystem
- xwiki-platform-store-serialization
- xwiki-platform-store-transaction
- xwiki-platform-wikistream-instance-oldcore
- xwiki-platform-wikistream-stream-confluencexml
- xwiki-platform-wikistream-stream-xar
xwiki-rendering:
- xwiki-rendering-syntax-event
- xwiki-rendering-syntax-plain
- xwiki-rendering-syntax-tex
- xwiki-rendering-syntax-xwiki20
- xwiki-rendering-wikimodel
For each repo I switched to the 6.1 tag (xwiki-platform-6.1, xwiki-rendering-6.1 etc.) and then did a "mvn clean install". The only project that was built without any test failure was xwiki-enterprise, but I had to add
MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
as I was getting a PermGen error every time. I've attached an archive with the details for the failing tests.
Attachments
Issue Links
- is related to
-
XWIKI-12294 Unable to build on Windows because of failing META-INF/components.txt check
- Closed