Ignore:
Timestamp:
2000-08-18T17:37:15+12:00 (24 years ago)
Author:
sjboddie
Message:

Added a -out option to most of the perl building scripts to allow output
debug information to be directed to a file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/IndexPlug.pm

    r1244 r1424  
    6262}
    6363
    64 use strict;
    65 
    6664sub new {
    6765    my ($class) = @_;
     
    8482    my $self = shift (@_);
    8583    my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs) = @_;
     84    my $outhandle = $self->{'outhandle'};
    8685
    8786    my $indexfile = &util::filename_cat($base_dir, $file, "index.txt");
     
    9291
    9392    # found an index.txt file
    94     print STDERR "IndexPlug: processing $indexfile\n";
     93    print $outhandle "IndexPlug: processing $indexfile\n";
    9594
    9695    # read in the index.txt
Note: See TracChangeset for help on using the changeset viewer.