Orange-OpenSource / conllueditor

ConllEditor is a tool to edit dependency syntax trees in CoNLL-U format.
BSD 3-Clause "New" or "Revised" License
54 stars 17 forks source link

Problems with mvn install #35

Closed Stormur closed 7 months ago

Stormur commented 8 months ago

I pulled the folder to have the new version and then prceeded with mvn install as usual. But this time I get these series of errors:

[WARNING] 
[WARNING] Some problems were encountered while building the effective settings
[WARNING] Unrecognised tag: 'blocked' (position: START_TAG seen ...</url>\n      <blocked>... @164:16)  @ /usr/share/maven/conf/settings.xml, line 164, column 16
[WARNING] 
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< com.orange.labs:ConlluEditor >--------------------
[INFO] Building ConlluEditor 2.24.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:4.9.10:revision (get-the-git-infos) @ ConlluEditor ---
[INFO] 
[INFO] --- antlr4-maven-plugin:4.13.1:antlr4 (antlr) @ ConlluEditor ---
[INFO] No grammars to process
[INFO] ANTLR 4: Processing source directory /home/stormur/Documenti/UDT/conllueditor/src/main/antlr4
[INFO] 
[INFO] --- properties-maven-plugin:1.2.1:write-project-properties (default) @ ConlluEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ConlluEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/stormur/Documenti/UDT/conllueditor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ ConlluEditor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ConlluEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 168 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ ConlluEditor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.2.2:test (default-test) @ ConlluEditor ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestConlluComparator
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in TestConlluComparator
[INFO] Running TestConllSentence
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in TestConllSentence
[INFO] Running TestGrewmatch
[ERROR] Tests run: 40, Failures: 0, Errors: 40, Skipped: 0, Time elapsed: 0.149 s <<< FAILURE! -- in TestGrewmatch
[ERROR] TestGrewmatch.test01 -- Time elapsed: 0.016 s <<< ERROR!
java.lang.ExceptionInInitializerError
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test01(TestGrewmatch.java:122)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.UnsupportedOperationException: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
    at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:56)
    at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:48)
    at com.orange.labs.conllparser.GrewmatchLexer.<clinit>(GrewmatchLexer.java:179)
    ... 5 more
Caused by: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
    ... 8 more

[ERROR] TestGrewmatch.test02 -- Time elapsed: 0.004 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test02(TestGrewmatch.java:128)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test03 -- Time elapsed: 0.004 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test03(TestGrewmatch.java:134)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test04 -- Time elapsed: 0.005 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test04(TestGrewmatch.java:140)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test05 -- Time elapsed: 0.005 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test05(TestGrewmatch.java:146)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test06 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test06(TestGrewmatch.java:152)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test07 -- Time elapsed: 0.004 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test07(TestGrewmatch.java:158)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test08 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test08(TestGrewmatch.java:164)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test10 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test10(TestGrewmatch.java:170)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test11 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test11(TestGrewmatch.java:176)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test12 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test12(TestGrewmatch.java:182)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test13 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test13(TestGrewmatch.java:188)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test14 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test14(TestGrewmatch.java:194)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test15 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test15(TestGrewmatch.java:200)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test16 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test16(TestGrewmatch.java:206)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test17 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test17(TestGrewmatch.java:211)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test18 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test18(TestGrewmatch.java:217)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test19 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test19(TestGrewmatch.java:223)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test20 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test20(TestGrewmatch.java:229)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test21 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test21(TestGrewmatch.java:235)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test22 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test22(TestGrewmatch.java:241)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test23 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test23(TestGrewmatch.java:247)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test23b -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test23b(TestGrewmatch.java:253)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test24 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test24(TestGrewmatch.java:259)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test25 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test25(TestGrewmatch.java:265)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test26 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.test26(TestGrewmatch.java:271)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test27 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test27(TestGrewmatch.java:277)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test28 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test28(TestGrewmatch.java:283)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test28a -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test28a(TestGrewmatch.java:289)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test28b -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test28b(TestGrewmatch.java:295)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test29 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test29(TestGrewmatch.java:301)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test30 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test30(TestGrewmatch.java:307)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test30a -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test30a(TestGrewmatch.java:313)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test30b -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test30b(TestGrewmatch.java:319)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test31 -- Time elapsed: 0.004 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test31(TestGrewmatch.java:325)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.test32 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.test32(TestGrewmatch.java:331)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.testerror1 -- Time elapsed: 0.005 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.testerror1(TestGrewmatch.java:340)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.testerror2 -- Time elapsed: 0.005 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.testerror2(TestGrewmatch.java:356)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.testerror3 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.testerror3(TestGrewmatch.java:372)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestGrewmatch.testerror4 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
    at com.orange.labs.conllparser.CheckGrewmatch.<init>(CheckGrewmatch.java:60)
    at TestGrewmatch.applySearch(TestGrewmatch.java:87)
    at TestGrewmatch.applySearch(TestGrewmatch.java:81)
    at TestGrewmatch.testerror4(TestGrewmatch.java:387)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[INFO] Running TestConlluPlus
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in TestConlluPlus
[INFO] Running TestConlluEditor
[ERROR] Tests run: 50, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.646 s <<< FAILURE! -- in TestConlluEditor
[ERROR] TestConlluEditor.test400FindExpressionForm -- Time elapsed: 0.008 s <<< ERROR!
java.lang.ExceptionInInitializerError
    at com.orange.labs.conllparser.CheckCondition.<init>(CheckCondition.java:47)
    at com.orange.labs.editor.ConlluEditor.process(ConlluEditor.java:1129)
    at TestConlluEditor.test400FindExpressionForm(TestConlluEditor.java:1065)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.UnsupportedOperationException: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
    at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:56)
    at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:48)
    at com.orange.labs.conllparser.ConditionsLexer.<clinit>(ConditionsLexer.java:244)
    ... 4 more
Caused by: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
    ... 7 more

[ERROR] TestConlluEditor.test401FindExpressionMWT -- Time elapsed: 0.008 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ConditionsLexer
    at com.orange.labs.conllparser.CheckCondition.<init>(CheckCondition.java:47)
    at com.orange.labs.editor.ConlluEditor.process(ConlluEditor.java:1129)
    at TestConlluEditor.test401FindExpressionMWT(TestConlluEditor.java:1084)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConlluEditor.test402FindExpressionIsEmpty -- Time elapsed: 0.008 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ConditionsLexer
    at com.orange.labs.conllparser.CheckCondition.<init>(CheckCondition.java:47)
    at com.orange.labs.editor.ConlluEditor.process(ConlluEditor.java:1129)
    at TestConlluEditor.test402FindExpressionIsEmpty(TestConlluEditor.java:1103)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[INFO] Running TestConllFile
[ERROR] Tests run: 50, Failures: 0, Errors: 50, Skipped: 0, Time elapsed: 0.068 s <<< FAILURE! -- in TestConllFile
[ERROR] TestConllFile.test01rule1 -- Time elapsed: 0.003 s <<< ERROR!
java.lang.ExceptionInInitializerError
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule1(TestConllFile.java:138)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.UnsupportedOperationException: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
    at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:56)
    at org.antlr.v4.runtime.atn.ATNDeserializer.deserialize(ATNDeserializer.java:48)
    at com.orange.labs.conllparser.ReplacementsLexer.<clinit>(ReplacementsLexer.java:160)
    ... 4 more
Caused by: java.io.InvalidClassException: org.antlr.v4.runtime.atn.ATN; Could not deserialize ATN with version 3 (expected 4).
    ... 7 more

[ERROR] TestConllFile.test01rule10 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRules(TestConllFile.java:114)
    at TestConllFile.test01rule10(TestConllFile.java:227)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule2 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule2(TestConllFile.java:144)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule3 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule3(TestConllFile.java:150)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule4 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule4(TestConllFile.java:156)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule5 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule5(TestConllFile.java:162)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule5b -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule5b(TestConllFile.java:168)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule6 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule6(TestConllFile.java:174)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule7 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule7(TestConllFile.java:180)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule8 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test01rule8(TestConllFile.java:186)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test01rule9 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRules(TestConllFile.java:114)
    at TestConllFile.test01rule9(TestConllFile.java:205)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test02FollowingOfHead -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test02FollowingOfHead(TestConllFile.java:259)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test02PrecedingOfHead -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test02PrecedingOfHead(TestConllFile.java:253)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test02head -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test02head(TestConllFile.java:235)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test02headOfPreceding -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test02headOfPreceding(TestConllFile.java:247)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test02headshead -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test02headshead(TestConllFile.java:241)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test03Child1 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test03Child1(TestConllFile.java:265)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test03Child2 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test03Child2(TestConllFile.java:271)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test11badtoken -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.test11badtoken(TestConllFile.java:282)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test12badparenthesis -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.test12badparenthesis(TestConllFile.java:300)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test13badparenthesis -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.test13badparenthesis(TestConllFile.java:318)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test14missingop -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.test14missingop(TestConllFile.java:336)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test15doubleop -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.test15doubleop(TestConllFile.java:354)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test16badNeg -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.test16badNeg(TestConllFile.java:372)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test171badAbsHeadId -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.test171badAbsHeadId(TestConllFile.java:390)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl01 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl01(TestConllFile.java:417)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl02 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl02(TestConllFile.java:423)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl03 -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl03(TestConllFile.java:429)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl04 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl04(TestConllFile.java:435)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl05 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl05(TestConllFile.java:441)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl06 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl06(TestConllFile.java:447)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl07 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl07(TestConllFile.java:453)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl08 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl08(TestConllFile.java:459)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl09 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl09(TestConllFile.java:465)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl10 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl10(TestConllFile.java:471)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test20repl11 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test20repl11(TestConllFile.java:477)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value01 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value01(TestConllFile.java:483)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value02 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value02(TestConllFile.java:489)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value03 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value03(TestConllFile.java:495)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value04 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value04(TestConllFile.java:501)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value05 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value05(TestConllFile.java:507)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value06 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value06(TestConllFile.java:513)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value07 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value07(TestConllFile.java:520)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value08 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value08(TestConllFile.java:526)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test21value09 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test21value09(TestConllFile.java:532)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test22value01 -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
    at com.orange.labs.conllparser.GetReplacement.<init>(GetReplacement.java:54)
    at TestConllFile.applyRule(TestConllFile.java:82)
    at TestConllFile.test22value01(TestConllFile.java:538)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test30mass_edit -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ConditionsLexer
    at com.orange.labs.conllparser.CheckCondition.<init>(CheckCondition.java:47)
    at com.orange.labs.conllparser.ConllFile$CondAndRepl.<init>(ConllFile.java:416)
    at com.orange.labs.conllparser.ConllFile.conditionalEdit(ConllFile.java:458)
    at TestConllFile.test30mass_edit(TestConllFile.java:547)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test31mass_edit_fileerror -- Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ConditionsLexer
    at com.orange.labs.conllparser.CheckCondition.<init>(CheckCondition.java:47)
    at com.orange.labs.conllparser.ConllFile$CondAndRepl.<init>(ConllFile.java:416)
    at com.orange.labs.conllparser.ConllFile.conditionalEdit(ConllFile.java:458)
    at TestConllFile.test31mass_edit_fileerror(TestConllFile.java:572)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test40conditionvalidation -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ConditionsLexer
    at com.orange.labs.conllparser.CheckCondition.<init>(CheckCondition.java:47)
    at com.orange.labs.conllparser.ConllFile$ImplicationConditions.<init>(ConllFile.java:516)
    at com.orange.labs.conllparser.ConllFile.conditionalValidation(ConllFile.java:550)
    at TestConllFile.test40conditionvalidation(TestConllFile.java:589)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[ERROR] TestConllFile.test41conditionvalidation_fileerror -- Time elapsed: 0.002 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.orange.labs.conllparser.ConditionsLexer
    at com.orange.labs.conllparser.CheckCondition.<init>(CheckCondition.java:47)
    at com.orange.labs.conllparser.ConllFile$ImplicationConditions.<init>(ConllFile.java:516)
    at com.orange.labs.conllparser.ConllFile.conditionalValidation(ConllFile.java:550)
    at TestConllFile.test41conditionvalidation_fileerror(TestConllFile.java:614)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[INFO] Running TestServer
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.51 s -- in TestServer
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   TestConllFile.test01rule1:138->applyRule:82 » ExceptionInInitializer
[ERROR]   TestConllFile.test01rule10:227->applyRules:114 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule2:144->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule3:150->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule4:156->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule5:162->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule5b:168->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule6:174->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule7:180->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule8:186->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test01rule9:205->applyRules:114 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test02FollowingOfHead:259->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test02PrecedingOfHead:253->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test02head:235->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test02headOfPreceding:247->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test02headshead:241->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test03Child1:265->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test03Child2:271->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test11badtoken:282 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test12badparenthesis:300 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test13badparenthesis:318 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test14missingop:336 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test15doubleop:354 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test16badNeg:372 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test171badAbsHeadId:390 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl01:417->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl02:423->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl03:429->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl04:435->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl05:441->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl06:447->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl07:453->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl08:459->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl09:465->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl10:471->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test20repl11:477->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value01:483->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value02:489->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value03:495->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value04:501->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value05:507->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value06:513->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value07:520->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value08:526->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test21value09:532->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test22value01:538->applyRule:82 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ReplacementsLexer
[ERROR]   TestConllFile.test30mass_edit:547 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ConditionsLexer
[ERROR]   TestConllFile.test31mass_edit_fileerror:572 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ConditionsLexer
[ERROR]   TestConllFile.test40conditionvalidation:589 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ConditionsLexer
[ERROR]   TestConllFile.test41conditionvalidation_fileerror:614 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ConditionsLexer
[ERROR]   TestConlluEditor.test400FindExpressionForm:1065 » ExceptionInInitializer
[ERROR]   TestConlluEditor.test401FindExpressionMWT:1084 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ConditionsLexer
[ERROR]   TestConlluEditor.test402FindExpressionIsEmpty:1103 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.ConditionsLexer
[ERROR]   TestGrewmatch.test01:122->applySearch:81->applySearch:87 » ExceptionInInitializer
[ERROR]   TestGrewmatch.test02:128->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test03:134->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test04:140->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test05:146->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test06:152->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test07:158->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test08:164->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test10:170->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test11:176->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test12:182->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test13:188->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test14:194->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test15:200->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test16:206->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test17:211->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test18:217->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test19:223->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test20:229->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test21:235->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test22:241->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test23:247->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test23b:253->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test24:259->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test25:265->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test26:271->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test27:277->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test28:283->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test28a:289->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test28b:295->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test29:301->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test30:307->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test30a:313->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test30b:319->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test31:325->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.test32:331->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.testerror1:340->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.testerror2:356->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.testerror3:372->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[ERROR]   TestGrewmatch.testerror4:387->applySearch:81->applySearch:87 » NoClassDefFound Could not initialize class com.orange.labs.conllparser.GrewmatchLexer
[INFO] 
[ERROR] Tests run: 175, Failures: 0, Errors: 93, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.121 s
[INFO] Finished at: 2023-12-20T17:21:56+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test) on project ConlluEditor: 
[ERROR] 
[ERROR] Please refer to /home/stormur/Documenti/UDT/conllueditor/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

What is happening? :thinking:

jheinecke commented 8 months ago

Hi! Strange error, looks like there is either a problem in your maven configuration or some problems antlr4 (I saw a problem antlr v3 vs. v4 in the trace). Could you tell me which maven you use (mvn --version) and the contents of

jheinecke commented 8 months ago

Also try to delete the ./target directory, sometimes older stuff in there creates compiling errors (a problem which reoccurs regularly on my machines and for which I have not found yet a solution ....)

Stormur commented 8 months ago

OK, so here we go:

Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 11.0.21, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: it_IT, platform encoding: UTF-8
OS name: "linux", version: "6.2.0-35-generic", arch: "amd64", family: "unix"

4.13.1 4.9.2

4.13.1 4.9.2

Also try to delete the ./target directory, sometimes older stuff in there creates compiling errors (a problem which reoccurs regularly on my machines and for which I have not found yet a solution ....)

This worked!

jheinecke commented 8 months ago

Good to hear! I have to check the maven files, since I updated antlr4 recently but mvn install alone does not recompile the antlr4 files, since they have not changed. I'd like to enforce that without the brutal solution (deleting ./target or mvn clean). If you have a solution ...