FraunhoferIVI/openlr

Compilation failure on project here2osm

Closed this issue · 1 comments

I got everything correctly up untill the mvn clean install command and i keep getting this error, what did I do wrong?

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project here2osm: Compilation failure: Compilation failure:
[ERROR] /C:/Program Files/PostgreSQL/OpenLr/openlr-master/src/test/java/HereApi/IncidentsJsonParserTest.java:[20,38] constructor IncidentsJsonParser in class HereApi.IncidentsJsonParser cannot be applied to given types;
[ERROR] required: Decoder.HereDecoder
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /C:/Program Files/PostgreSQL/OpenLr/openlr-master/src/test/java/HereApi/FlowJsonParserTest.java:[19,33] constructor FlowJsonParser in class HereApi.FlowJsonParser cannot be applied to given types;
[ERROR] required: Decoder.HereDecoder
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length

I forgot to delete the test folder, that's what caused the issue