Changeset 413 for gssim_ui/branches


Ignore:
Timestamp:
08/18/12 01:09:29 (13 years ago)
Author:
mcichenski
Message:

submit job with tmp dir

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  
    277277                } 
    278278                 
    279                 /* 
    280                 //move the files to unique subfolder 
    281                 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                  
    296279                model.setMessageCode("ExperimentSubmitted"); 
    297280                 
    298                 return (GSSimStudioModel) VineFlexUtilClass.getUIModel(); 
    299                 //return doSubmitApplication(grmsURL, grmsDN, jobDescription); 
     281                //return (GSSimStudioModel) VineFlexUtilClass.getUIModel(); 
     282                return doSubmitApplication(grmsURL, grmsDN, jobDescription); 
    300283        } 
    301284     
Note: See TracChangeset for help on using the changeset viewer.