Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

MetaCatUtil.java
128 128
        	logMetacat.info("options is null");
129 129
        }
130 130
        String value = options.getOption(optionName);
131
        if (value == null) {
132
        	logMetacat.warn("Value for key: " + optionName + 
133
        			  " could not be retrieved from metacat properties.");
134
        }
131 135
        return value;
132 136
    }
133 137
    

Also available in: Unified diff