jComm.usage();
return -1;
}
if (tablespaceName != null && tablespaces.size() > 0) {
System.err.println("Can't use tablespacename and tablespaces at the same time. Root is to be either a generated tablespace or a folder with multiple generated tablespaces.");
jComm.usage();
return -1;
}
if (tablespaceName != null) {
deployments.add(new TablespaceDepSpec(tablespaceName, rootPath.toString(), replicationFactor, initStatements));
}