zzz
yeah confirmed izpack 4 dies w/o pack200, sadly they need it even if no pack200 specified in the install.xml file
zzz
we're not going to bundle pack200, but maybe I can figure out how to add a warning that it's going to fail
dr|z3d
just use my compiler.
zzz
no thanks
dr|z3d
I've done all the heavy lifting for you.
dr|z3d
*** chuckles. ***
dr|z3d
git.skank.i2p/i2pplus/I2P.Plus/src/branch/master/installer/lib/izpack/standalone-compiler.jar
dr|z3d
try it, you might just like it :)
zzz
thought you were going to start maintaining izpack 4, the fix is in Packager.java around line 212, they just didn't contemplate pack200 going away
dr|z3d
I dug around in the source, tried to disable calls to pack200, but it's not a question of just removing a single call.
dr|z3d
so, in the absence of a fix that wasn't going to take days of messing with the code, I just baked pack200 in. works fine. nothing more needed, so no, I don't see any point in mantaining izpack4 right now.
zzz
wrap those 10 lines with if (pack200) { ... }, might be enough
zzz
pack200 went away in java 14?
zzz
pack200 went away in java 14?
zzz
yup
dr|z3d
still works great, dev updates at 50% of the size of normal updates.