Changeset 415 for gssim_ui/branches


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

final (?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java

    r414 r415  
    169169                fileContent += "experiment.id="+expId.toString(); 
    170170                String uniqueFolderName = "tmp" + String.valueOf(new Date().getTime()); 
    171                 fileContent = fileContent.replace(pInputLocation, uniqueFolderName); 
     171                fileContent = fileContent.replace(pInputLocation, "input"); 
    172172                uploadPropertyFile(destFileName, fileContent); 
    173173                 
     
    201201                        else { 
    202202                                jobDescription = list.get(0).getValue(); 
    203                                 //jobDescription = jobDescription.replace(jdPropertyFile, "input/" + destFileName); 
    204                                 jobDescription = jobDescription.replace(jdPropertyFile, destFileName); 
     203                                jobDescription = jobDescription.replace(jdPropertyFile, "input/" + destFileName); 
    205204                        } 
    206205                         
Note: See TracChangeset for help on using the changeset viewer.