Ignore:
Timestamp:
2011-08-19T23:47:11+12:00 (13 years ago)
Author:
ak19
Message:

Changes to release-kit to get the admin page to appear in the GS3 installer. Needed to add in a typedef reference in GS3 for the GS custom addusertask of ant that Oran wrote. Encryption of password requires lib\Crypt.class to be generated from crypt.jar. The other changes were copied from how the GS2 admin page works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/antinstall-config.xml

    r24216 r24437  
    183183        <text property="tomcat.shutdown.port" defaultValue="8005" displayText=""/>
    184184    </page>
     185   
     186    <!-- page to ask if we should enable admin pages -->
     187    <page type="input" name="admin-pages" displayText="">
     188        <comment name="admin-expl"/>
     189        <comment name="admin-expl-2"/>
     190        <comment name="admin-expl-3"/>
     191        <checkbox property="enable.admin.pages" displayText="" defaultValue="false"/>
     192    </page>
     193
     194    <!-- only if they said yes above, set a password -->
     195    <page type="input" name="admin-password" displayText="" ifProperty="(${enable.admin.pages}==true)" target="Configuring Administration Pages">
     196        <comment name="admin-password-expl"/>
     197        <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>
     198    </page>
    185199
    186200    <!-- the final progress page -->
Note: See TracChangeset for help on using the changeset viewer.