Changeset 13013


Ignore:
Timestamp:
2006-10-05T17:02:09+13:00 (18 years ago)
Author:
shaoqun
Message:

fixed the dir with space bug on windows

File:
1 edited

Legend:

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

    r12628 r13013  
    644644
    645645    my $java_class_path =  &util::filename_cat ($ENV{'GSDLHOME'},"bin","java");
     646
     647    $java_class_path = "\"".$java_class_path."\"";
     648    $xslt_file = "\"".$xslt_file."\"";
    646649    my $cmd = "| java -cp $java_class_path org.nzdl.gsdl.ApplyXSLT $xslt_file ";
    647650
Note: See TracChangeset for help on using the changeset viewer.