Michael Vorburger created FINERACT-943:
------------------------------------------
Summary: Unit tests cannot be easily directly launced in Eclipse
anymore
Key: FINERACT-943
URL: https://issues.apache.org/jira/browse/FINERACT-943
Project: Apache Fineract
Issue Type: Bug
Reporter: Michael Vorburger
When I open the current develop branch in Eclipse, following FINERACT-846, and
try to launch any JUnit test directly within the Eclipse IDE (not by Gradle on
the CLI), such as the ClasspathHellDuplicatesCheckRuleTest but also others,
even an empty one to test, they will due to:
{noformat}java.lang.NoClassDefFoundError:
org/junit/platform/engine/EngineDiscoveryListener
(...)
Caused by: java.lang.ClassNotFoundException:
org.junit.platform.engine.EngineDiscoveryListener{noformat}
I suspect this is another JPMS related issues, similar to FINERACT-940?
[~ptuomola] if you have any insight into this kind of thing, please shout!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)