-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDF-izer build fails due to nxparser 1.2.3 dependency #172
Comments
Hi Osma, Best, On 13/09/16 09:01, Osma Suominen wrote:
|
If you can simply update the dependency, that would help a lot. At this point I'm just exploring and evaluating Aliada and I'm not sure yet whether we will start using it. I was able to get it working with the above workaround, so I don't have a patch ready. |
ok On 13/09/16 13:25, Osma Suominen wrote:
|
Hi, I'm trying to build aliada-tool (current master). I'm using Maven 3.3.9 on an Ubuntu 14.04 machine with OpenJDK 8. I'm running the command
mvn package
in thealiada
subdirectory.The build stops at RDF-izer due to a dependency resolution issue:
The problem is that nxparser 1.2.3 is not available in the Google Code repository anymore (because Google Code has shut down). The project has moved to GitHub. But the GitHub site also does not have the 1.2.3 release, only more recent 2.x versions.
After some detective work I was able to find the commit corresponding to the 1.2.3 release in the nxparser git history and install it manually:
After this workaround I could resume the Aliada build and it was successful.
The real solution would be to upgrade to a more recent nxparser in the RDF-izer module. I'm not sure how much the nxparser API has changed between versions 1.2.3 and 2.x.
The text was updated successfully, but these errors were encountered: