Changeset 412 for gssim_ui


Ignore:
Timestamp:
08/18/12 00:49:56 (13 years ago)
Author:
mcichenski
Message:
 
File:
1 edited

Legend:

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

    r411 r412  
    249249             
    250250            String destination = gssimInput + "/" + uniqueFolderName + "/"; 
    251             copyFile(gssimInput + "/" + destFileName, destination); 
     251            copyFile(fileManager, gssimInput + "/" + destFileName, destination); 
    252252            if (workload != null && !workload.isEmpty()) { 
    253253                copyFile(fileManager, gssimInput + "/workloads/" + workload, destination); 
     254                log.error(workload); 
    254255            } 
    255256            if (resources != null && !resources.isEmpty()) { 
    256257                copyFile(fileManager, gssimInput + "/resources/" + resources, destination); 
     258                log.error(resources); 
    257259            } 
    258260            if (topology != null && !topology.isEmpty()) { 
    259261                copyFile(fileManager, gssimInput + "/topologies/" + topology, destination); 
     262                log.error(topology); 
    260263            } 
    261264                         
Note: See TracChangeset for help on using the changeset viewer.