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
Currently it is not clear how to bootstrap the source package which depends on the MercuryDB library (Index annotation). Is it possible to use the same JAR as a reference instead of as an application? (I think so.)
The fact that it has an entry point should only matter when running it with
java -jar mercurydb.jar <source> <dest>
We should provide a script and patch instructions into the README to explain how to run through the example. It is good that we are showing the resulting code, but it would be nice to allow users to verify this for themselves.
The text was updated successfully, but these errors were encountered:
Currently it is not clear how to bootstrap the source package which depends on the MercuryDB library (
Index
annotation). Is it possible to use the same JAR as a reference instead of as an application? (I think so.)The fact that it has an entry point should only matter when running it with
We should provide a script and patch instructions into the README to explain how to run through the example. It is good that we are showing the resulting code, but it would be nice to allow users to verify this for themselves.
The text was updated successfully, but these errors were encountered: