diachron / quality

Dataset Quality Assessment (part of WP5 of the Diachron EU FP7 project)
MIT License
8 stars 4 forks source link

maven compile errors #63

Open seralf opened 7 years ago

seralf commented 7 years ago

Hi trying to launch mvn install on my machine (win 10, java 8) I get the following errors:

...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ebi: Compilation failure: Compilation failure:
[ERROR] /path/to/quality/ebi/src/main/java/de/unibonn/iai/eis/diachron/ebi/AbstractQualityMetric.java:[17,9] method does not override or implement a method from a supertype
[ERROR] /path/to/quality/ebi/src/main/java/de/unibonn/iai/eis/diachron/ebi/AbstractQualityMetric.java:[22,9] method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
...

Does anybody have an idea on what the problem is, and how it could be fixed? Thanks in advance for any hint

pepe3059 commented 7 years ago

hey @seralf , you may need to see the luzzu version, I got a similar problem and changed quality/pom.xml from 1.0.2 to 2.0.0, and it compiled (as I remember)

2.0.0 Moreover, the default metrics in examples probably changed and need to use others from the packages. Why don't you try to install a virtual machine for testing purposes? I'll try to install luzzu again to tell you more details.
seralf commented 7 years ago

If i'll find time I'll try a virtual machine of course, as I suggested (vagrant, for example), but I had no time today. I hope I'll have time for proper testing nex week, thanks

2017-05-19 18:04 GMT+02:00 pepe3059 notifications@github.com:

hey @seralf https://github.com/seralf , you may need to see the luzzu version, I got a similar problem and changed quality/pom.xml from 1.0.2 to 2.0.0, and it compiled (as I remember)

2.0.0 Moreover, the default metrics in examples probably changed and need to use others from the packages. Why don't you try to install a virtual machine for testing purposes? I'll try to install luzzu again to tell you more details. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .