Fix a problem in createTopology() when the SNMP_OPENDMK_LIBDIR variable is not set
| | |
| | | } |
| | | </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'" > |
| | | { |
| | |
| | | </call> |
| | | </sequence> |
| | | </if> |
| | | </sequence> |
| | | </if> |
| | | |
| | | <!-- Delete the any existing testdata archive --> |
| | | <message> |