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

Check for jar changeset equality in helper sh scripts #382

Open
GoogleCodeExporter opened this issue May 4, 2015 · 0 comments
Open

Check for jar changeset equality in helper sh scripts #382

GoogleCodeExporter opened this issue May 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

A common mistake when invoking shell helper scripts like csight.sh and 
invarimint.sh as well as the jar versions of these (i.e., csight-jar.sh and 
invarimint-jar.sh) is that the compiled jar dependencies (mostly 
lib/synoptic.jar) may be out of date. This leads to complex issues that are 
trivially resolved by re-creating the jar files.

The recency of the jar files can be checked in each of the shell scripts by 
checking if the changeset id that is embedded inside the jar file is the same 
as the changeset of the repository, or other jar file dependencies (e.g., 
csight.jar and synoptic.jar have the same embedded changeset id).

Original issue reported on code.google.com by bestchai on 12 Aug 2014 at 9:14

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

1 participant