Changeset 9918


Ignore:
Timestamp:
2005-05-20T12:18:56+12:00 (19 years ago)
Author:
kjdon
Message:

added quotes around classpath in java_lucene command, line 48

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/lucene_passes.pl

    r9198 r9918  
    4646    my $classpath = &util::filename_cat($bin_java,"LuceneWrap.jar");
    4747
    48     my $java_lucene = "java -classpath $classpath GS2LuceneIndexer";
     48    my $java_lucene = "java -classpath \"$classpath\" GS2LuceneIndexer";
    4949    my $java_cmd = "$java_lucene $doc_tag_level \"$full_builddir\" $indexdir";
    5050
     
    110110##      print PIPEOUT "$output_filename\n";
    111111        print PIPEOUT "$doc_xml";
     112        #save_xml_doc($full_textdir, "$output_filename.txt", $doc_xml);
    112113        }
    113114        # compress file
Note: See TracChangeset for help on using the changeset viewer.