if ( ComponentBase.debug ) {
debug( Messages.getInstance().getString( "Kettle.DEBUG_POPULATING_META" ) ); //$NON-NLS-1$
}
try {
// TODO: add support for specified repositories.xml files...
repositoriesMeta.readData(); // Read from the default
// $HOME/.kettle/repositories.xml
// file.
} catch ( Exception e ) {
error( Messages.getInstance().getErrorString( "Kettle.ERROR_0018_META_REPOSITORY_NOT_POPULATED" ), e ); //$NON-NLS-1$
return null;