8

Has anyone used IZPack with Gradle? And how easy is it to use? Any example code?

Blaine Mucklow
  • 592
  • 7
  • 18

3 Answers3

10

I just released a first version of a IzPack plugin for Gradle. Give it a shot! For more information on how to use it check the README file.

Benjamin Muschko
  • 32,442
  • 9
  • 61
  • 82
2

we use lzpack in the griffon gradle build. have a look at https://github.com/breskeby/griffon/blob/GRIFFON_0.9.X/gradle/installer.gradle

Rene Groeschke
  • 27,999
  • 10
  • 69
  • 78
0

Edit: there is now a great IzPack Gradle plugin, see the other comments.

There is no Gradle plugin for IzPack that we know of, but that is an item in our list of ideas for helping out.

IzPack is based on volunteer work, so feel free to help us, a Gradle plugin would definitely be a great addition!

jponge
  • 510
  • 2
  • 4
  • I got a lot of very positive feedback for the [IzPack Gradle plugin](https://github.com/bmuschko/gradle-izpack-plugin). Looks like we can strike it off the list. – Benjamin Muschko Aug 21 '11 at 12:35