Changeset 4088


Ignore:
Timestamp:
Dec 22, 2010, 8:45:18 AM (12 years ago)
Author:
olle
Message:

Refs #668. Class/file plugins/RunMsInspectPlugin.java in plugin/ updated by adding job progress message during local file copying phase:

  1. Private method void msInspectSearchLocal(Request request, Response response, ProgressReporter progress, ...) updated to display job progress message "Making local file copy" during local file copying phase. The percent complete number is set to 0, since this is this initial phase, before the msInspect program has been started.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/src/org/proteios/plugins/RunMsInspectPlugin.java

    r4087 r4088  
    432432    }
    433433    // Copy spectrum file item to local file used for msInspect input
     434    progress.display(0, "Making local file copy");
    434435    String msInspectInputBaseFilename = new String(spectrumBaseFilename + "_" + timeStampStr);
    435436    String msInspectInputFilename = msInspectInputBaseFilename;
Note: See TracChangeset for help on using the changeset viewer.