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

hide installation/usage of launch4j #15

Open davidB opened 10 years ago

davidB commented 10 years ago

Today launch4j should be installed manually by users, then user should configure the path for the plugin (eg into $HOME/.gradle/gradle.properties). It would be fine if launch4j can be downloaded, installed (in cache) like in launch4j-maven-plugin, then user doesn't care if it's launch4j or an other backend-tool used to create .exe for windows. But a configuration should be keep to let user decide if he want to generate a .exe (via launch4j) or generate a script to launch the app on windows.

petrukhnov commented 9 years ago

What about adding support of https://plugins.gradle.org/plugin/edu.sc.seis.launch4j? Then user don't need to specify path to it.

davidB commented 9 years ago

Thanks for the suggestion, It's not clear if this plugin download launch4j or if it used a local installed (in PATH).

PS: sorry I forgot to hit "comment" button to submit.

petrukhnov commented 9 years ago

It will download launch4j and put it in build folder, then use it during build process.

davidB commented 9 years ago

I'll see if getdown-plugin can support/drive this plugin. Thanks for the info, (PR welcome ;-) )

On Mon, Sep 7, 2015 at 3:27 PM, Konstantin Petrukhnov < notifications@github.com> wrote:

It will download launch4j and put it in build folder, then use it during build process.

— Reply to this email directly or view it on GitHub https://github.com/davidB/gradle-getdown-plugin/issues/15#issuecomment-138298026 .