Commit Graph

35 Commits

Author SHA1 Message Date
Manfred Karrer
aa1e141900 Version 0.1.3 interrupted trade process working fine 2015-03-28 23:12:18 +01:00
Manfred Karrer
33003b4a0e Fix scripts 2015-03-06 23:40:42 +01:00
Manfred Karrer
a378ea9610 Remove unneeded scripts 2015-03-06 01:44:54 +01:00
Manfred Karrer
c9f685b0df Move appdir creation to main 2015-03-06 00:39:02 +01:00
Manfred Karrer
87fa1d4ae2 Remove BlicenseFile 2015-03-05 22:24:50 +01:00
Manfred Karrer
3e374bbd9c Fix win build scripts 2015-03-05 22:19:48 +01:00
Manfred Karrer
74f785cdc2 Fix win build scripts 2015-03-05 21:13:49 +01:00
Manfred Karrer
3518263ff9 Update build scripts, Automate version number 2015-03-05 20:46:54 +01:00
Manfred Karrer
5a6c7ee89d Update build scripts, Automate version number 2015-03-05 20:36:42 +01:00
Manfred Karrer
35f45138d2 Fix windows build problems 2015-03-05 13:32:14 +01:00
Manfred Karrer
08183c3e3f Fix windows build problems 2015-03-05 13:31:26 +01:00
Manfred Karrer
095b2a34f1 Add 32 bit build for windows 2015-03-05 11:54:04 +01:00
Manfred Karrer
320af8f762 Add bmp file, update build files 2015-03-05 11:40:49 +01:00
Manfred Karrer
d2158b6d6c Cleanup build scripts 2015-03-04 10:36:41 +01:00
Manfred Karrer
95f2c51900 Update iss file 2015-03-04 10:32:53 +01:00
Manfred Karrer
2edfd92e54 Add windows ico 2015-03-04 01:45:40 +01:00
Manfred Karrer
7fc485dd88 update build file structure, add win ico 2015-03-04 01:44:20 +01:00
Manfred Karrer
3f2531960b Add iss and dll files 2015-03-03 23:59:41 +01:00
Manfred Karrer
6b4f528f47 UpdateFX with maven build (tested only on mac) 2015-02-27 23:47:23 +01:00
Chris Beams
80990fab50
Increment development version to 0.1.1-SNAPSHOT 2014-12-15 10:58:41 +01:00
Steve Myers
5beffbe164 reverted add $JAVA_HOME for #292 2014-12-12 13:03:52 -08:00
Chris Beams
dc99a8cb15
Release Bitsquare v0.1.0 2014-12-11 18:50:13 +01:00
Steve Myers
67ed736652 added $JAVAHOME/bin to linux.sh to work with Jenkins #292 2014-12-03 17:27:06 -08:00
Chris Beams
533c6ba676
Configure the inclusion of missing .dll files 2014-11-28 11:32:21 +01:00
Chris Beams
040571421a
Customize AppId and PublicationUrl entries 2014-11-28 11:32:21 +01:00
Chris Beams
8db981c138
Add Bitsquare.iss file as produced by javapackager
This file was produced by adding a `-v` flag following the `-deploy`
flag in `package/windows.bat`. The creation of the file is reported by
javapackager as follows:

    Config files are saved to
    C:\Users\CBEAMS~1.WIN\AppData\Local\Temp\fxbundler5661616451276716144\windows.
    Use them to customize package.

Subsequent commits will customize this file, primarily for the purpose
of avoid the dreaded 'missing dll' errors mentioned originally in
d16c274 and detailed at https://bitbucket.org/shemnon/javafx-gradle/issue/43.
2014-11-28 11:32:20 +01:00
Chris Beams
5d1fb36069 Hard-code path JDK in package/windows.bat 2014-11-22 09:04:02 +01:00
Chris Beams
84c7de24aa Revert "Add java home path"
This reverts commit 02d3dd2258.
2014-11-22 08:40:32 +01:00
Manfred Karrer
02d3dd2258 Add java home path 2014-11-20 23:02:29 +01:00
Manfred Karrer
351feae334 Add path to javapackager 2014-11-20 18:41:08 +01:00
Richard Myers
d83f657248 removed path to javapackager for windows
path to javapackager.exe should already be set via system %PATH% - it
could be either of %programfiles% or %programfiles(x86)% so better to
have no path prepended and use default.
2014-11-05 13:43:43 +01:00
Chris Beams
a969b415b4
Rename io.bitsquare.{BitsquareUI=>app.gui.Main} 2014-11-05 01:13:26 +01:00
Chris Beams
f6368754b9
Begin separation of JavaFX GUI and seed node CLI 2014-11-05 01:13:25 +01:00
Chris Beams
88951d71b8
Capitalize 'Bitsquare' consistently 2014-10-30 15:52:19 +01:00
Chris Beams
1323e77608
Support generation of native installer binaries
Use `./gradlew run` to build and run Bitsquare directly.

Use `./gradlew shadowJar` to generate a portable, executable jar.

Use `./gradlew packageNative` to generate an installer binary specific
to the platform you are running on.

In the case of Windows, it is necessary to copy the two .dll files in
the `package/` directory to the directory where Bitsquare.exe is
ultimately installed.

Resolves #243
2014-10-28 15:44:21 +01:00