graph-parser
graph-parser copied to clipboard
jar file dependencies need to be fixed
Followed the instructions in install.py.
The downloaded graph-parser-data/lib did not have ejml-0.25.jar (but I found it in deplambda/lib).
Also the jar file for whatswrong
in lib is for a different version than what the build file wants.
Not sure about this. Did you run install.sh recently.
It downloads all libraries from https://bitbucket.org/sivareddyg/graph-parser-data/src/4778dbd3ab57728cc8f6a1ba3a0ecea0e7ae4ea2/lib/?at=data-branch I see ejml and whatswrong here (don't use whatswrong-standalone since it also has other libraries packed in it)
If you run install.sh again, ant clean, and ant build, it should work. Close the issue if this resolves.
Thanks!