Ignore:
Timestamp:
Jun 10, 2009, 12:54:26 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #222 and #229. File transfer gateway now uses the new wrappers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.genepattern/trunk/src/net/sf/basedb/genepattern/file/FileTransferGateway.java

    r1109 r1116  
    1515import net.sf.basedb.core.ConfigurationException;
    1616import net.sf.basedb.core.ItemAlreadyExistsException;
     17import net.sf.basedb.genepattern.wrapper.JobResult;
    1718import net.sf.basedb.util.FileUtil;
    1819import net.sf.basedb.util.StaticCache;
    1920import net.sf.basedb.util.formatter.DateFormatter;
    2021
    21 import org.genepattern.webservice.JobResult;
    2222import org.genepattern.webservice.Parameter;
    2323
     
    170170    if (!tmpFile.exists())
    171171    {
    172       tmpFile = result.downloadFile(filename, workDir.getAbsolutePath(), true);
     172      tmpFile = result.downloadFile(filename, workDir.getAbsolutePath());
    173173      if (tmpFile != null) downloadFiles.add(tmpFile);
    174174    }
Note: See TracChangeset for help on using the changeset viewer.