Author: nextgens
Date: 2006-03-27 21:03:19 +0000 (Mon, 27 Mar 2006)
New Revision: 8329

Modified:
   trunk/apps/installer/antinstall-config.xml
   trunk/apps/installer/build.xml
Log:
installer: Port number is random, hostname optionnal and the linux wrapper has 
been fixed

Modified: trunk/apps/installer/antinstall-config.xml
===================================================================
--- trunk/apps/installer/antinstall-config.xml  2006-03-27 19:51:52 UTC (rev 
8328)
+++ trunk/apps/installer/antinstall-config.xml  2006-03-27 21:03:19 UTC (rev 
8329)
@@ -112,8 +112,8 @@
                <validated
                                property="portNumber"
                                displayText="Port :"
-                               regex="^[0-9]{4}[0-9]*$"
-                               defaultValue="10000"
+                               regex="^([0-9]{4}[0-9]*|-1)*$"
+                               defaultValue="-1"
                                force="false"/>
                <comment
                                displayText="Enter your node name below"/>
@@ -135,7 +135,7 @@
                <text
                                property="hostName"
                                displayText="Hostname :"
-                               defaultValue="me.dyndns.org"
+                               defaultValue=""
                                force="false"/>
                <comment
                        displayText="How much bandwidth may be used by FRED?"/>

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-03-27 19:51:52 UTC (rev 8328)
+++ trunk/apps/installer/build.xml      2006-03-27 21:03:19 UTC (rev 8329)
@@ -94,6 +94,10 @@
                        <arg value="/c"/>
                        <arg value="run.cmd"/>
                </exec>
+               <exec os="Linux" executable="sh" dir="${installDir}">
+                       <arg value="run.sh"/>
+                       <arg value="start"/>
+               </exec>
        </target>

        <target name="frost" unless="skip_frost">


Reply via email to