Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include build metadata in the compiled application #263

Open
1 task
chalkos opened this issue Apr 19, 2017 · 1 comment
Open
1 task

Include build metadata in the compiled application #263

chalkos opened this issue Apr 19, 2017 · 1 comment
Milestone

Comments

@chalkos
Copy link
Contributor

chalkos commented Apr 19, 2017

The roda-in jar should include a version.json file containing information about the repository status at compile time.

This greatly speeds up bug fixing and support, since the developers can use this file to know exactly what code was compiled into that specific JAR file.

Extra:

  • save this file (or the essential parts, eg: commit hash and if the repository had uncommited changes) to the log file on each startup.
@chalkos chalkos changed the title Include a build metadata in the compiled application Include build metadata in the compiled application Apr 19, 2017
@hsilva-keep hsilva-keep added this to the Unplanned milestone Apr 19, 2017
@chalkos
Copy link
Contributor Author

chalkos commented Apr 27, 2017

This file is already present and named build.properties.

@hsilva-keep should we output its contents (or part of them) to the log file?

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

No branches or pull requests

2 participants