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
{{ message }}
This repository was archived by the owner on Apr 3, 2018. It is now read-only.
I try to make mvn clean verify in just downloaded master branch. Build is broken by failed tests with common error:
melnorme.lang.ide.core.text.TextSourceUtil_Test Time elapsed: 0.002 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class melnorme.lang.ide.core.tests.CommonCoreTest
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
I use Windows 10 too, and it works here. BTW, there is the core of the error:
Caused by: melnorme.utilbox.core.Assert$AssertFailedException: null
at melnorme.utilbox.core.Assert$AssertHandler.handleAssert(Assert.java:62)
at melnorme.utilbox.core.Assert.checkAssertion(Assert.java:94)
at melnorme.utilbox.core.Assert$AssertNamespace.assertFail(Assert.java:190)
at melnorme.lang.ide.core.tests.CommonCoreTest.initializeWorkingDirToEclipseInstanceLocation(CommonCoreTest.java:136)
at melnorme.lang.ide.core.tests.CommonCoreTest.<clinit>(CommonCoreTest.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
In class initializeWorkingDirToEclipseInstanceLocation. Is there something odd about the directory you placed the source and are running Maven from? Maybe it has non-ascii characters?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to make mvn clean verify in just downloaded master branch. Build is broken by failed tests with common error:
Full logs: https://gist.github.com/leonidv/29e06233a253b2b2a211bbf268afa67c
mvn info:
The text was updated successfully, but these errors were encountered: