blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
873 stars 170 forks source link

Can not build release BLAZEGRAPH_RELEASE_2_1_2 successfully #15

Open yiyunyaya opened 7 years ago

yiyunyaya commented 7 years ago

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?

beebs-systap commented 7 years ago

Blazegraph has migrated to maven. Please try:

./scripts/mavenInstall.sh 
yiyunyaya commented 7 years ago

@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.

amp4045 commented 5 years ago

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