Ignore:
Timestamp:
2017-06-30T14:43:12+12:00 (7 years ago)
Author:
kjdon
Message:

we need to pass library_name to the incremental-buildcol so that it can deactivate the collection before modifying the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/GS2PerlConstructor.java

    r31758 r31771  
    214214        command.add("-collectdir");
    215215        command.add(GSFile.collectDir(this.site_home));
     216        command.add("-library_name");
     217        command.add(this.library_name);
    216218//      command.add("-removeold"); // saves some seconds processing time when this flag's added in explicitly
    217219        command.addAll(extractParameters(this.process_params));
Note: See TracChangeset for help on using the changeset viewer.