mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
13.03.2008 f54e0dc6bbb1dbf9673fa7578e8a21cb1762ddad
Fix a problem in createTopology() when the SNMP_OPENDMK_LIBDIR variable is not set
1 files modified
13 ■■■■■ changed files
opends/tests/shared/functions/topology.xml 13 ●●●●● patch | view | raw | blame | history
opends/tests/shared/functions/topology.xml
@@ -326,6 +326,17 @@
            }
          </call>          
          
          <!-- Check if 'SNMP_OPENDMK_LIBDIR' exists -->
          <call function="'GetEntry'">
            {
            'location'  : STAXServiceMachine,
            'entry'     : SNMP_OPENDMK_LIBDIR,
            'attribute' : 'TYPE'
            }
          </call>
          <!-- 'SNMP_OPENDS_JARFILE' exists so we can continue -->
          <if expr="RC != 48">
            <sequence>
          <!---   Check if snmp java files are already compiled -->
          <call function="'listFolderByExtension'" >
            { 
@@ -420,6 +431,8 @@
              </call>
            </sequence>
          </if>
            </sequence>
          </if>
          
          <!--  Delete the any existing testdata archive -->
          <message>