[izpack-users] izpack copies very slowly the files contained in a pack

Hernan Rojas hernan.rojas at gmail.com
Tue Mar 28 01:04:53 CEST 2006


Hi, I'm creating an installer that has 3 packs to copy to the
$INSTALL_PATH.  In my windows box they are copied normally, though the third
one is a bit slower than the other 2, but in linux the same 3 pack takes a
very long while to copy (the pack is about 30 Mb and it lasts about an hour
to copy).  I've also noticed that CPU load is more than 90% for the izpack
java process..  what can I be doing wrong?

The pack declaration is:

        <pack name="matri" required="yes" os="unix">
            <description>Aplication Files</description>
            <file src="matrinstall" targetdir="$INSTALL_PATH"/>
            <fileset dir="" targetdir="$INSTALL_PATH">
              <include name="matri.sh"/>
              <include name="cleanup.sh"/>
            </fileset>
            <parsable
targetfile="$INSTALL_PATH/matrinstall/ant.properties"/>
            <parsable targetfile="$INSTALL_PATH/matri.sh"/>
        </pack>

Also, is there a way to look the insides of a pack to check if the contents
are right? Thx very much!

HR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20060327/7633e392/attachment.html 


More information about the izpack-users mailing list