public static void build(String owner, String workspace, final RunLater<String> runLater) {
FileChooserDescriptor descriptor = new FileChooserDescriptor(false, true, false, false, false, false);
descriptor.setTitle("Select Folder For Workspace");
descriptor.setDescription("NOTE: Floobits will NOT make a new, root directory inside the folder you choose. If you have cloned the project already, select that folder.");
FloorcJson floorcJson;
try {
floorcJson = Settings.get();
} catch (Exception e) {
Flog.errorMessage("Your floorc.json has invalid json.", null);
return;