[izpack-users] Linux platform installation problem

Joseph.Fiedler at l-3com.com Joseph.Fiedler at l-3com.com
Wed Sep 19 00:14:47 CEST 2007


I have encountered a problem when using izpack for multiplatform
installations.  My installation file contains 5 packs; 3 of the 5 packs
are platform independent.  However, the first 2 packs are nearly
identical; they differ due to small support scripts for windows and
linux installations.  On windows platforms the installation performs as
expected and consistently takes 3-5 minutes; on Linux platforms the
installation takes 90 - 120 minutes.  I've isolated the problem to the 2
'similar' packs; if I remove the windows pack and run the installer on
linux (RedHat Enterprise Server 4.0) it will run the expected 3-5
minutes.

 

I've attached the 'bare' bones for the packs in question.  

 

install.xml

============

   <!-- Component packs - defines user selectable installation
components -->

   <packs>

        <!-- Windows Installation only -->

        <pack name="Core Components" required="no" preselected="no">

            <description>The Core Components</description>

            <os family="windows"/>

            

            <fileset dir="C:\src" targetdir="$INSTALL_PATH">

              <!-- Apache ANT components -->

              <include name="ant/**"/>

              

              <!-- Java JDK components -->

              <include name="jdk/**"/>

              

              <!-- Windows components -->

              <include name="*.bat"/>

              <include name="runtime/**"/>

                           

              <!-- Exclusion list -->

              <exclude name="ant/doc/**"/>

              <exclude name="runtime/**/*.sh"/>

              <exclude name="runtime/**/*.so"/>

              <exclude name="runtime/cfg/**"/>

              <exclude name="runtime/doc/**"/>

              <exclude name="runtime/javadoc/**"/>

              <exclude name="runtime/jardoc/**"/>

            </fileset>

        </pack>

        

        <!-- Linux Installation only -->

        <pack name="Core Components" required="no" preselected="no">

            <description>Core Software Components</description>

            <os family="unix" name="Linux"/>

                        

            <fileset dir="C:\src" targetdir="$INSTALL_PATH">

              <!-- Apache ANT components -->

              <include name="ant/**"/>

              

              <!-- Java JDK components -->

              <include name="jdk-linux/**"/>

              

              <!-- Linux components -->

              <include name="*.sh"/>

              <include name="runtime/**"/>

              <include name="runtime/**/wrapper"/>

              

              <!-- Exclusion list -->

              <exclude name="ant/doc/**"/>

              <exclude name="runtime/**/*.bat"/>

              <exclude name="runtime/**/*.dll"/>

              <exclude name="runtime/**/*.exe"/>

              <exclude name="runtime/cfg/**"/>

              <exclude name="runtime/doc/**"/>

              <exclude name="runtime/javadoc/**"/>

              <exclude name="runtime/jardoc/**"/>

        </pack>

============

 

Any assistance or guidance is appreciated.

 

- Joseph Fiedler

 



--------------------------------------------------------------------
This message and any attachments are solely for the use of the individual or entity to which it is addressed and may contain information that is privileged or confidential. If you are not the intended recipient, any disclosure, use or distribution of the information contained herein is prohibited. If you have received this communication in error, please notify the sender by reply e-mail and immediately delete this message and any attachments.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20070918/dc644c4d/attachment-0001.html 


More information about the izpack-users mailing list