Changeset 11491


Ignore:
Timestamp:
2006-03-27T14:51:42+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now sets the "overwrite" flag when copying the collection images into the images directory, to prevent errors when the file already exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/GeneralManager.java

    r11477 r11491  
    474474            try {
    475475                File collection_image_file = new File(images_folder, file.getName());
    476                 Gatherer.f_man.getQueue().copyFile(file, collection_image_file, false);
     476                Gatherer.f_man.getQueue().copyFile(file, collection_image_file, true);
    477477
    478478                // If we're using a remote Greenstone server, upload the image
Note: See TracChangeset for help on using the changeset viewer.