Author: nextgens
Date: 2006-03-31 16:00:09 +0000 (Fri, 31 Mar 2006)
New Revision: 8399
Modified:
trunk/apps/installer/antinstall-config.xml
trunk/apps/installer/src/Sha1Test.java
Log:
installer: hopefully a working fix
Modified: trunk/apps/installer/antinstall-config.xml
===================================================================
--- trunk/apps/installer/antinstall-config.xml 2006-03-31 15:39:20 UTC (rev
8398)
+++ trunk/apps/installer/antinstall-config.xml 2006-03-31 16:00:09 UTC (rev
8399)
@@ -122,7 +122,6 @@
force="false"/>
</page>
<page
- ifProperty="${l33t}==1"
type="input"
name="config"
displayText="Initial node configuration (1)">
@@ -136,6 +135,8 @@
force="false"/>
<comment
displayText="Enter your node's port number in
the following field"/>
+ <comment
+ displayText="If you choose -1, a random one
will be picked up"/>
<!-- TODO: try to bind it to verify it's free WONTFIX: toad
said : "not needed"-->
<validated
property="portNumber"
Modified: trunk/apps/installer/src/Sha1Test.java
===================================================================
--- trunk/apps/installer/src/Sha1Test.java 2006-03-31 15:39:20 UTC (rev
8398)
+++ trunk/apps/installer/src/Sha1Test.java 2006-03-31 16:00:09 UTC (rev
8399)
@@ -15,7 +15,7 @@
String filename = (new File(URI2)).getName();
System.out.println("Fetching "+filename);
- while(count<3){
+ while(count<5){
if(count>0)
System.out.println("Attempt "+count);
try{