Open yiyunyaya opened 8 years ago
Blazegraph has migrated to maven. Please try:
./scripts/mavenInstall.sh
@beebs-systap Thank you. I try ./scripts/mavenInstall.sh, and it can run successfully. But How can I deploy HAJournalServer with these files? The document https://wiki.blazegraph.com/wiki/index.php/HAJournalServer#Basic_Deployment doesn't say clearly about this.
@yiyunyaya did you ever sort this out? I'm in the exact same boat. Any information would be helpful!
I git clone the release BLAZEGRAPH_RELEASE_2_1_2, and build it as document, but it can't run successfully. Commands are as follow:
git clone -b BLAZEGRAPH_RELEASE_2_1_2 https://github.com/blazegraph/database.git BLAZEGRAPH_RELEASE_2_1_2
ant deploy-artifact
The error messages are as follow: `jar:BUILD FAILED /root/blazegraph/git/BLAZEGRAPH_RELEASE_2_1_2/build.xml:250: /root/blazegraph/git/BLAZEGRAPH_RELEASE_2_1_2/ant-build/classes not found.` What should I do with this?