EmmanuelOga / hypergraphdb

Automatically exported from code.google.com/p/hypergraphdb
1 stars 0 forks source link

Maven Build Error and missing artifacts #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I checkout the code and tried to build the code using maven 3.2.1

I tried `mvn install` and got the error that I have attached with this issue.

I then imported the project in Eclipse, which resulted in following errors for 
the following sub-projects:

hgdbp2p
Missing artifact org.hypergraphdb:hgdbtest:jar:1.3-SNAPSHOT

hgdbdist
Missing artifact org.hypergraphdb:hgdb:jar:1.2
Missing artifact org.hypergraphdb:hgdbp2p:jar:1.2
Missing artifact org.hypergraphdb:hgbdbje:jar:1.2
Missing artifact org.hypergraphdb:hgbdbnative:jar:1.2

hgdbnative
Missing artifact org.hypergraphdb:hgdbtest:jar:1.3-SNAPSHOT
Missing artifact com.sleepycat:db:jar:5.3.15

Can you tell if I am doing something wrong and how to fix it?

Original issue reported on code.google.com by ankit.gu...@gmail.com on 3 Aug 2014 at 4:40

Attachments:

GoogleCodeExporter commented 9 years ago
In what folder do you type 'mvn install'? The top-level probably won't work. 
But building 'core' and then the rest, module by module should work. 

Original comment by borislav...@gmail.com on 3 Aug 2014 at 6:12

GoogleCodeExporter commented 9 years ago
Sorry, I am not a maven expert. I am not sure if it makes sense, but after 
taking your suggestion, I tried to build the projects, one by one starting from 
core in the following order

core
storage
storage/bdb-je
test

All the above built fine.

But any of the projects in the storage directory did not compile. I got error 
while building bdb-native. I have attached the log for "mvn compile" for 
bdb-native in the storage directory.

Original comment by ankit.gu...@gmail.com on 3 Aug 2014 at 7:53

Attachments: