You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter a problem to execute unitary test with IntelliJ since v17 of vertx-ext-parent due to a message "Erreur : impossible de trouver ou charger la classe principale @{surefireArgLine}".
With v15 of vertx-ext-parent, i was able to execute unit test in IntelliJ without problem.
console with v15:
D:\Java\jdk1.8.0_11\bin\java -ea -Dio.netty.leakDetectionLevel=PARANOID -Didea.launcher.port=7535 "-Didea.launcher.bin.path=D:\JetBrains\IntelliJ IDEA Community Edition 14.1\bin" -Dfile.encoding=windows-1252 -classpath "D:\JetBrains\IntelliJ IDEA Community Edition 14.1\lib\idea_rt.jar;...1\json-20090211.jar" com.intellij.rt.execution.application.AppMain com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 io.vertx.ext.marklogic.MarklogicClientWriteTest,write_single_xml_document
Starting test: MarklogicClientWriteTest#write_single_xml_document
Process finished with exit code 0
console with v17:
D:\Java\jdk1.8.0_11\bin\java -ea -Dio.netty.leakDetectionLevel=PARANOID -server -Xmx1200M @{surefireArgLine} -Didea.launcher.port=7537 "-Didea.launcher.bin.path=D:\JetBrains\IntelliJ IDEA Community Edition 14.1\bin" -Dfile.encoding=windows-1252 -classpath "D:\JetBrains\IntelliJ IDEA Community Edition 14.1\lib\idea_rt.jar;D:\JetB...1\json-20090211.jar" com.intellij.rt.execution.application.AppMain com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 io.vertx.ext.marklogic.MarklogicClientWriteTest,write_single_xml_document
Erreur : impossible de trouver ou charger la classe principale @{surefireArgLine}
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Hello,
I encounter a problem to execute unitary test with IntelliJ since v17 of vertx-ext-parent due to a message "Erreur : impossible de trouver ou charger la classe principale @{surefireArgLine}".
With v15 of vertx-ext-parent, i was able to execute unit test in IntelliJ without problem.
console with v15:
console with v17:
The text was updated successfully, but these errors were encountered: