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

[etlas] Recompilation checking for java source files #594

Closed
rahulmutt opened this issue Dec 19, 2017 · 2 comments
Closed

[etlas] Recompilation checking for java source files #594

rahulmutt opened this issue Dec 19, 2017 · 2 comments

Comments

@rahulmutt
Copy link
Member

If you change the Java sources listed in the java-sources: field, etlas will not rebuild the new file since it doesn't do any checking for that at the moment. It should be changed so that it does.

@jneira
Copy link
Collaborator

jneira commented Jan 9, 2018

The change could be compute the input files hashes, saving them and compare the possible new input files in subsequent calls to trigger either a compile or only a linking if modules had not been changed and is possible.
This can be done in etlas at first but at some point the compiler could be changed so it will have this behaviour.

@jneira
Copy link
Collaborator

jneira commented Jan 25, 2018

@jneira jneira closed this as completed Jan 25, 2018
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