database icon indicating copy to clipboard operation
database copied to clipboard

Can not build release BLAZEGRAPH_RELEASE_2_1_2 successfully

Open yiyunyaya opened this issue 8 years ago • 3 comments

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?

yiyunyaya avatar Aug 11 '16 01:08 yiyunyaya

Blazegraph has migrated to maven. Please try:

./scripts/mavenInstall.sh 

beebs-systap avatar Aug 11 '16 12:08 beebs-systap

@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 avatar Aug 16 '16 03:08 yiyunyaya

@yiyunyaya did you ever sort this out? I'm in the exact same boat. Any information would be helpful!

amp4045 avatar Feb 18 '19 18:02 amp4045