Ignore:
Timestamp:
2009-06-12T23:43:51+12:00 (15 years ago)
Author:
davidb
Message:

doc.pm API extended to include call for finding out the original source filename (rather than the one where the rename_method has been applied). Useful for incremental building, and probably other things too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugouts/BasePlugout.pm

    r19775 r19829  
    713713
    714714    my $oid = $doc_obj->get_OID();
    715     my $source_filename = $doc_obj->get_source_filename();
     715    my $source_filename = $doc_obj->get_unmodified_source_filename();
    716716
    717717    my $working_info = $self->{'output_info'};
     
    731731                     $collect_dir,$oid_files,$reverse_lookups);
    732732
     733# *******
    733734#    foreach my $assoc_file_rec (@{$doc_obj->get_assoc_files()}) {
    734735#   my $real_filename = $assoc_file_rec->[0];
Note: See TracChangeset for help on using the changeset viewer.