Changeset 7605


Ignore:
Timestamp:
2004-06-17T11:52:44+12:00 (20 years ago)
Author:
mdewsnip
Message:

Added a two second wait as well, so the OS has finished deleting the index directory before we rename the building directory to index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r7601 r7605  
    14421442        if (index_dir.exists()) {
    14431443            Utility.delete(index_dir);
     1444
     1445            // Wait for a couple of seconds, just for luck
     1446            wait(2000);
     1447
    14441448            // Check the delete worked
    14451449            if (index_dir.exists()) {
Note: See TracChangeset for help on using the changeset viewer.