Does not fail in my windows cmd. C:\Users\user\IdeaProjects\struts>C:\Users\user\Downloads\apache-maven-3.5.0-bin \apache-maven-3.5.0\bin\mvn -version Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T00:09:0 6+04:30) Maven home: C:\Users\user\Downloads\apache-maven-3.5.0-bin\apache-maven-3.5.0\bi n\.. Java version: 1.9.0-ea, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.9.0 Default locale: en_US, platform encoding: Cp1252 OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"
*** [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:19 min [INFO] Finished at: 2017-08-10T10:29:18+04:30 [INFO] Final Memory: 93M/803M [INFO] ------------------------------------------------------------------------ On 8/9/2017 7:13 PM, Lukasz Lenart wrote: > Any idea why the tests fails when launching them from a command line > but the same tes passes when launched from IntelliJ IDEA? > > I'm using the latest JDK9 and Maven 3.5.0 > > 2016-09-14 20:33 GMT+02:00 Lukasz Lenart <[email protected]>: >> Cool! Thanks a lot! >> >> 2016-09-14 16:01 GMT+02:00 Christoph Nenning <[email protected]>: >>> Hi, >>> >>> I had a look why our builds fail with jdk9. s2 uses log4j2 which uses >>> javax.script.ScriptEngineManager. That class is missing in the jdk9 >>> snapshot build used on ASF jenkins (build 132). >>> >>> Locally I used latest build of jdk9 (135). With that s2 does build >>> successfully. >>> >>> So we have to wait until infra updates jdk9 on jenkins. >>> >>> >>> regards, >>> Christoph >>> >>> This Email was scanned by Sophos Anti Virus > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
