bisq/doc
Chris Beams 9d4e015108
Use app scripts instead of fat excutable jars
It doesn't actually work to build fat executable jars because we always
have bouncycastle jars that need to exist outside of the fat jar. This
change drops building fat jars altogether in favor of using Gradle's
built-in `application` plugin to write simple scripts that invoke java
with the correct classpath against a directory of all dependencies
(including bouncycastle) without the need to have a fat jar in the mix.

Essentially, you should now run:

    ./gradlew build
    ./build/app/bin/bisq-desktop [options]

Instead of `java -jar build/libs/bisq-desktop.jar`.

See updated doc/build.md for details.
2018-03-22 02:41:25 +01:00
..
rpc_regtest Update btc conf file with stricter access 2017-07-27 19:48:37 +02:00
bisq-sn.cron.sh Merge DAO branch to Development branch 2017-06-27 01:30:24 +02:00
bisq.conf Merge DAO branch to Development branch 2017-06-27 01:30:24 +02:00
build.md Use app scripts instead of fat excutable jars 2018-03-22 02:41:25 +01:00
CONTRIBUTING.md Update doc/CONTRIBUTING.md to request PRs on master 2018-01-23 09:45:13 +01:00
install_on_unix.sh Replace Maven with Gradle in docs and scripts 2018-03-21 06:15:01 +01:00
install_on_unix_fin.sh Use app scripts instead of fat excutable jars 2018-03-22 02:41:25 +01:00
modena.css Support multiline for alerts 2016-02-11 10:35:19 +01:00
policy-file-setup.md Merge DAO branch to Development branch 2017-06-27 01:30:24 +02:00
protobuffer.md Replace Maven with Gradle in docs and scripts 2018-03-21 06:15:01 +01:00
rpc.md -Refactoring: Rename BsqChainState to BsqBlockChain 2017-12-05 16:16:34 -05:00
ui-development-notes.md Repackage {io.bisq.gui => bisq.desktop} 2018-03-12 09:31:14 +01:00
update_fork_bitcoinj.sh Merge DAO branch to Development branch 2017-06-27 01:29:54 +02:00