Project

General

Profile

« Previous | Next » 

Revision 8099

use shared metacatContextDir variable for calls to Harvester.loadProperties(metacatContextDir);

View differences:

HarvestDocumentTest.java
104 104
    int updateFrequency = 1;
105 105

  
106 106
    harvester = new Harvester();
107
    Harvester.loadProperties(commandLineMode, test);
107
    Harvester.loadProperties(metacatContextDir);
108 108
    harvester.getConnection();  // initializes the database connection
109 109
    harvester.initLogIDs();
110 110
    harvester.setHarvestStartTime(new Date());

Also available in: Unified diff