You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
bestchai
on 12 Aug 2014 at 9:14The text was updated successfully, but these errors were encountered: