Project

General

Profile

« Previous | Next » 

Revision 2238

Add warning if default harvest list file is not found on disk.

View differences:

src/edu/ucsb/nceas/metacat/harvesterClient/HarvestListEditor.java
310 310
          System.out.println("Error parsing Harvest List: " + e.getMessage());
311 311
        }        
312 312
      }
313
      else {
314
        System.out.println(
315
          "Warning: the default harvest list file that was specified in the " + 
316
          ".harvestListEditor configuration file does not exist:\n" +
317
          harvestListFile
318
                          );
319
        fileNew();
320
      }
313 321
    }
314 322
    else {
315 323
      fileNew();

Also available in: Unified diff