jMonkeyEngine / jMonkeyEngine/sdk
Cannot build maven project
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 348
- Forks
- 104
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
While setting up a project in JME3 I can definitely start off a "Java with Maven project". Great idea btw to use my favourite Java IDE for this purpose. However when I want to build/run the project, the error message I get is
Cannot run program "${HOME}/jmonkeyplatform/java/maven/bin/mvn" (in directory "${HOME}/jMonkeyProjects/MyTown"): error=13, Permission denied
When checking the directory I can see that the execute permissions were not set. This is something the installer script should take care of.
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the installer script responsible for setting up the bundled Maven executable, then reproduce the Java with Maven project build/run described in the issue. Verify that the installed mvn file can be executed and that the project builds without the permission-denied error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100