Ignore:
Timestamp:
2008-07-09T13:12:15+12:00 (16 years ago)
Author:
davidb
Message:

Introduction of 'collecthome' which parallels 'gsdlhome' to allow the toplevel collect folder to be outside of the gsdlhome area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/pageaction.cpp

    r15418 r16310  
    979979
    980980    set_macro_to_file_contents (disp, "importlog", "bsummary",
    981                 filename_cat(gsdlhome, "collect", arg_c, "etc", "import.log"));
     981                filename_cat(collecthome, arg_c, "etc", "import.log"));
    982982    set_macro_to_file_contents (disp, "faillog", "bsummary",
    983                 filename_cat(gsdlhome, "collect", arg_c, "etc", "fail.log"));
     983                filename_cat(collecthome, arg_c, "etc", "fail.log"));
    984984    set_macro_to_file_contents (disp, "buildlog", "bsummary",
    985                 filename_cat(gsdlhome, "collect", arg_c, "etc", "build.log"));
     985                filename_cat(collecthome, arg_c, "etc", "build.log"));
    986986  }
    987987}
Note: See TracChangeset for help on using the changeset viewer.