JanusGraph / JanusGraph/janusgraph
cannot build JanusGraph under Ubuntu 18.04
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
Hi,
I'm having trouble building JanusGraph under Ubuntu 18.04 using Java 1.8
and Maven 3.6:
```
git clone https://github.com/JanusGraph/janusgraph.git
cd janusgraph
mvn clean install |& tee log.txt
```
Seems like the in-memory target is not being built when it's needed for some
reason. Any help you can provide about what I'm doing wrong would be
much appreciated. Full logfile attached.
[log.txt](https://github.com/JanusGraph/janusgraph/files/4027567/log.txt)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported command on Ubuntu 18.04 with Java 1.8 and Maven 3.6, then inspect the attached log.txt for why the in-memory target is not built. Done means identifying a reproducible build failure and documenting or fixing the cause, with a successful `mvn clean install`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100