-
Bug
-
Resolution: Fixed
-
Minor
-
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-i386/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-1-686-pae", arch: "i386", family: "unix"
Distribution: Debian 9 stretch/sidApache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_91, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-i386/jre Default locale: fr_FR, platform encoding: UTF-8 OS name: "linux", version: "4.4.0-1-686-pae", arch: "i386", family: "unix" Distribution: Debian 9 stretch/sid
I've just tried to compile jenkins on my machine and faced an error while running tests.
I've followed the steps from this link : https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins
It seems to be linked to my locale which is fr_FR.
The error :
Expected: a string containing "DOCTYPE is disallowed" but: was "DOCTYPE n'est pas autorisé lorsque la fonctionnalité "http://apache.org/xml/features/disallow-doctype-decl" est définie sur True.".
Full log here : http://dufour.tk/~quentin/logs/mvnlogs3.log
How to reproduce ? Not sure but :
- Install Debian 9 with fr_FR as default locale
- Install openjdk-8-jdk, maven, git, etc
- Follow steps from https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins (commit 8f7cad0659578cf6c4a786cc50da0f91173ea1b7)
- is related to
-
JENKINS-40053 ResourceBundleUtilTest fails due to localization error
- Resolved