Revision 2238
Added by Duane Costa over 20 years ago
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
Add warning if default harvest list file is not found on disk.