isi-vista / tac-kbp-eal

Scorer for the TAC KBP EAL evaluations
MIT License
5 stars 1 forks source link

Make buildable after BBN releases updated bue-common-open #2

Open gabbard opened 6 years ago

gabbard commented 6 years ago

Blocked waiting on BBN

rktilia commented 6 years ago

@rgabbard Any progress on this? I checked the bue-common-open repository and there are some new versions available but unfortunately not the version 5.1.1 .

gabbard commented 6 years ago

From a working copy of https://github.com/BBN-E/bue-common-open do,

git checkout 39a4f416cda9ace5cb9b
mvn clean install

That should install version 5.1.1 into your local repository.

You mentioned on the BBN repository that your need for this is urgent. Is there a particular deadline you have? We will be more free to assist you after 1 November.

rktilia commented 6 years ago

Ok, I tried this and now I am getting the following error message when trying to compile:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tac-kbp-eal-scorer: Compilation failure: Compilation failure:
[ERROR] tac-kbp-eal/tac-kbp-eal-scorer/src/main/java/com/bbn/kbp/events/ScoringEventFrame.java:[15,17] Type inherits non-default 'toString' method but have some non-inherited attributes. Please override 'toString' with abstract method to have generate it. Otherwise override with calling super implementation to use custom implementation
[ERROR] tac-kbp-eal/tac-kbp-eal-scorer/src/main/java/com/bbn/kbp/events/ScoringEventFrame.java:[15,17] Type inherits non-default 'equals' method but have some non-inherited attributes. Please override 'equals' with abstract method to have it generate. Otherwise override with calling super implemtation to use custom implementation
[ERROR] tac-kbp-eal/tac-kbp-eal scorer/src/main/java/com/bbn/kbp/events/ScoringEventFrame.java:[15,17] Type inherits non-default 'hashCode' method but have some non-inherited attributes. Please override 'hashCode' with abstract method to have it generated. Otherwise override with calling super implemtation to use custom implementation
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tac-kbp-eal-scorer

In the bue-common-open repository compiling worked without any problem.

We were planning to still include some results into our TAC paper if we can finally make the evaluation work... Therefore the urgency.

gabbard commented 6 years ago

Please drop me an e-mail at gabbard@isi.edu. It may be fastest for me to simply take your output and score it directly.