internet-sicherheit / ethereum-cache-creator

GNU General Public License v3.0
0 stars 0 forks source link

combine_shade_with_argumentparsing #22

Closed Mschnuff closed 4 years ago

Mschnuff commented 4 years ago

Combine the changes to pom.xml that allow to build a jar file with changes to the launcher that now allow to pass arguments via command line to the program without using a gui. commands are: --ui= --url= --filename= --start= --stop= for some reason the error I had before (with threads not closing after execution) seems to have disappeared.

kiview commented 4 years ago

You normally should not start your work from an existing branch other than master. This has a very high chance of leading to merge conflicts (as we see here now).

Better to delete this branch and apply your changes again on a new branch.