System.out.println(I18n.getString("error_analyze_logfile") + " "+ indexString + "\n" + ioe.toString());
}
}
// import
else if (commandString.equals("import")) {
ArchiveMetaData amd = new ArchiveMetaData(indexString);
doImport(indexString, amd.getDesc(), amd.getDI(), amd.getSDB(), amd.getIsWeb(), amd.getIndexPolicy());
// System.out.println("\nIMPORT index -->"+indexString);
// System.out.println("\ndescription -->"+amd.getDesc());
}
// command line help
else {