davidB / gradle-getdown-plugin

A gradle plugin to bundle java app + jre with getdown support
Creative Commons Zero v1.0 Universal
16 stars 3 forks source link

Windows launcher does not start #8

Closed andretietz closed 10 years ago

andretietz commented 10 years ago

After I executed the Task: "assembleApp" the "build/getdown" folder gets created. (btw, a linux script gets created, even if I have setup "platforms = [Platform.WINDOWS_X64, Platform.WINDOWS_I586]" only.

with a launcher in it.

if I execute "java -jar app/getdown-1.4.jar app" the app starts as expected. But I thought thats what launch4j should do for me. Not even the update dialog appears, when I try starting the launcher.exe

andretietz commented 10 years ago

It seems like the commandline arg for the application directory in the launch4j template is missing.

at least I cannot find it in the "build/getdown-tmp/l4j-config.xml"

Even that I've seen that it is in the template

davidB commented 10 years ago

version 0.3.0 fix the default configuration for launch4j. (I'll upload on jcentral version 0.3.0 monday)

davidB commented 10 years ago

reopen if it's not works with 0.3.0+