String wkName = workingDir.getName();
String wkPath = workingDir.getAbsolutePath();
try
{
CreateWorkspaceCommand mkwk = new CreateWorkspaceCommand(wkName, wkPath);
mkwk.Execute();
WorkspaceInfo wkInfo = getWorkpsaceInfoFromPath(wkPath);
if(wkInfo == null) {
String message = "Unable to create workspace name " + wkName + " at " + wkPath;