Author: rogerrut
Date: Thu Dec 8 10:00:28 2005
New Revision: 355160
URL: http://svn.apache.org/viewcvs?rev=355160&view=rev
Log:
The install broke because dbName was not set.
Added field to database dialog promting for dbName (default derby)
Modified:
portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml
Modified: portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml?rev=355160&r1=355159&r2=355160&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml (original)
+++ portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml Thu Dec 8
10:00:28 2005
@@ -84,6 +84,8 @@
<comment
displayText="Please fill in the fields below with the approriate
database information. The default values should work"/>
+ <text property="dbName" displayText="Database type"
+ defaultValue="derby"/>
<text property="dbUser" displayText="Database User Name"/>
<text property="dbPassword" displayText="Database Password"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]