Changeset 413 for gssim_ui/branches
- Timestamp:
- 08/18/12 01:09:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r412 r413 277 277 } 278 278 279 /*280 //move the files to unique subfolder281 try {282 String[] cmd = new String[2];283 cmd[0] = "mkdir";284 cmd[1] = inputLocation + "/" + uniqueFolderName;285 Runtime.getRuntime().exec(cmd).waitFor();286 cmd = new String[3];287 cmd[0] = "cp";288 cmd[2] = inputLocation + "/" + uniqueFolderName;289 cmd[1] = gssimInput + "/" + destFileName;290 Runtime.getRuntime().exec(cmd).waitFor();291 } catch (Exception e) {292 setError("Unexpected error", model, e);293 }294 */295 296 279 model.setMessageCode("ExperimentSubmitted"); 297 280 298 return (GSSimStudioModel) VineFlexUtilClass.getUIModel();299 //return doSubmitApplication(grmsURL, grmsDN, jobDescription);281 //return (GSSimStudioModel) VineFlexUtilClass.getUIModel(); 282 return doSubmitApplication(grmsURL, grmsDN, jobDescription); 300 283 } 301 284
Note: See TracChangeset
for help on using the changeset viewer.