Changeset 370 for gssim_ui/branches
- Timestamp:
- 08/10/12 14:21:43 (13 years ago)
- Location:
- gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/DatabaseHelper.java
r369 r370 55 55 * Job description token for output location 56 56 */ 57 protected String jdOutputLocation = $OUTPUT_LOCATION";57 protected String jdOutputLocation = "$OUTPUT_LOCATION"; 58 58 } -
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r369 r370 229 229 cmd = new String[3]; 230 230 cmd[0] = "cp"; 231 cmd[2] = inputLocation + "/" + uniqueFolderName 231 cmd[2] = inputLocation + "/" + uniqueFolderName; 232 232 cmd[1] = gssimInput + "/" + destFileName; 233 233 Runtime.getRuntime().exec(cmd).waitFor();
Note: See TracChangeset
for help on using the changeset viewer.