I need a free java installer.
IzPack seems to have all the features
but its very opaque
The docs are 122 pages of pdf and handwavingly verbose without being
helpfull.
the so-called Quick-start is 34 pages
excludes the "shortcuts"
and is impossible to comprehend.
Is there an even quicker quickstart?
ie a couple of pages?
I apologise for starting a new thread when
this exists:
From: Dado <mario_zu...@inet.hr> - Find messages by this author
Date: Thu, 10 Mar 2005 23:19:50 +0100
Subject: OpenToUser question: IzPack, j2sdk, JMF ?
..............
But google groups doesnt have a "reply" button today.
(or is March deemed to be too long ago?)
(Dont flame with "real programmers dont use google groups"
- I used to debug core dumps from a 360-40, which makes me
ten times more real than you guys born after VAX)
=======================
To illustrate:
the IzPack Quickstart ends with these lines:
................
Make the task available
<taskdef name="izpack" classpath="${izpack.dir}/lib/compiler.jar"
classname="com.izforge.izpack.ant.IzPackTask"/>
Call the IzPack task
<izpack input="MyApp-install.xml"
output="${dist.dir}/MyApp-install-${ver}.${rel}.jar"
installerType="standard" basedir="${dist.dir}"
izPackDir="${izpack.dir}/"/>
...........................
Now exactly what is meant by "Make the task available"?
If I wanted to make it available to penguins,
I guess I could print it on fish&chip paper and throw it into the
penguin enclosure at teh zoo ...
but otherwise what do I do with those 7 lines??
..and the things inside curly braces {}?
do I replace them with something or are they defined earlier?
I am guessing that I need to ant a build.xml
- not being an ant fan it seems I will need to spend a week learning
ant
then another week learning IzPack... sigh...
Can anyone provide a simple IzPAck example??
cheers
gbruno
gbruno - 23 Jun 2005 06:47 GMT
On first looking into ant...
One source said you execute ant from a command line.
This is evidently Wrong, since I downloaded ant and there is no exe.
there is antRun.bat which does precisely nothing when I run it, guess
it needs some parameters.... wonder what they might be??
...sigh...
The whole xml excitement is suspect.
I applaud the idea that things should be human-readable
but jsp/ant xml fervour seems a tad fanatical...
gbruno - 23 Jun 2005 06:48 GMT
http://openfacts.berlios.de/index-en.phtml?title=IzPack
*may* have some usefull examples...
gbruno - 24 Jun 2005 02:14 GMT
I got an install.jar output
inside is pack0 with a size of 48,868,881 bytes
This doesnt seem like "lightweight"...