christophpickl / gadsu

Simplifies a shiatsu practitioner's daily life in an awesome way!
Apache License 2.0
2 stars 2 forks source link

Native EXE for Windows #18

Closed christophpickl closed 8 years ago

christophpickl commented 8 years ago

provide a windows common EXE file and wrap the fat jar, which usually also comes with a java detection feature.

currently there is a BUG with launch4j + liquibase: http://forum.liquibase.org/topic/servicelocator-classpath-scanning-does-not-work-when-wrapped-in-an-exe https://sourceforge.net/p/launch4j/bugs/148/

christophpickl commented 8 years ago

maybe just switch back to flyway?! watch out what happens with the existing data...

christophpickl commented 8 years ago

switched back to flyway, works with launch4j. works on win + macosx and from within gradle.

need to check if its working in automated release build.

christophpickl commented 8 years ago

done