-
Notifications
You must be signed in to change notification settings - Fork 6
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
Problem building komadu source using maven #10
Comments
Hi Smriti, Thanks for using Komadu for your study! The error looks like to be lack of dependency of PROV-model.
Could you follow this step and try again? Let us know if you still have problems. Best, Quan (Gabriel) Zhou
|
Hi Gabriel, I really appreciate your prompt feedback. As a domino effect, also some pom files in komadu root had to modified (FYI) such as : I am still looking into the service-core poms, in case I missed anything similar. I would be grateful if you could provide either the updated package name for org.w3.www.ns.prov or any info related to it. Best, |
Hi,
I am a student studying semantic provenance.
I was trying to get the komadu service running, following the User Guide provided.
I am having trouble building it using maven, it says one of the packages in unavailable and I believe all other errors are related to the same problem.
Example error:
komadu\service-core\src\main\java\edu\indiana\d2i\komadu\query\graphNonContextGraphGenerator.java package org.w3.www.ns.prov does not exist
komadu\service-core\src\main\java\edu\indiana\d2i\komadu\query\graph\GraphGenerator.java cannot find Symbol class DetailEnumType
I have installed required softwares except for RabbitMQ Server 3.3.1 and Apache ANT v1.6.
I have not yet reached the point where I deploy the service, I am having trouble building it at this point.
System Details : Windows 7 Enterprise, 64 bit OS, MySQL 5.7.11
Best,
Smriti
The text was updated successfully, but these errors were encountered: