Author: nextgens
Date: 2006-04-02 13:27:00 +0000 (Sun, 02 Apr 2006)
New Revision: 8434

Modified:
   trunk/apps/installer/build.xml
Log:
installer: [15:20] <         sbc> | the node wont start...
[15:20] <@   nextgens> | any hint why ?
[15:20] <         sbc> | ... or more precicely, it seems to stop fast.


Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-04-02 13:13:54 UTC (rev 8433)
+++ trunk/apps/installer/build.xml      2006-04-02 13:27:00 UTC (rev 8434)
@@ -51,7 +51,7 @@
                <condition property="DataStoreSize" else="${dsSize}G" 
value="1G">
                                <equals arg1="${dsSize}" arg2="" />
                </condition>
-               <condition property="Port" else="node.listenPort=${portNumber}" 
value="node.listenPort=">
+               <condition property="Port" else="node.listenPort=${portNumber}" 
value="">
                                <equals arg1="${portNumber}" arg2=""/>
                </condition>
                <condition property="myHostName" else="${hostName}" value="">


Reply via email to