Skip to content

Conversation

philonor
Copy link

@philonor philonor commented Nov 7, 2017

  • Move build instructions to end of README and put an own heading to be found more easily
  • Clarify that the built JAR file has to be executable

- Move build instructions to end of README and put an own heading to be found more easily
- Clarify that the built JAR file has to be executable

- Ensure that Apache Maven is installed (`sudo apt install maven`)

**Build **
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


Afterwards a new `target` directory is placed within `CERMINE/cermine-impl/` containing a `cermine-impl-<VERSION>-jar-with-dependencies.jar` file. Ensure the file is readable by `java`.
```
$ chmod u+x target/cermine-impl-<VERSION>-jar-with-dependencies.jar
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need the JAR file to have execute permission. See for example https://stackoverflow.com/questions/2668796/what-are-the-minimum-unix-permissions-to-run-an-executable-jar-file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants