Changeset 1821


Ignore:
Timestamp:
2000-12-20T17:53:02+13:00 (23 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1819 r1821  
    11621162         << "deletion. EmailEvents and EmailUserEvents disabled\n";
    11631163    }
    1164     delete (tmpmailfilec);
    11651164      }
    11661165    }
     
    14691468  ofile_out.close();
    14701469
    1471   // set up the build command
    1472   text_t build_cmd = "perl -S build -optionfile \"" + optionfile + "\" " + collection;
     1470  // set up the build command - build.bat has some issues with quoting
     1471  // on win2k when gsdlhome contains spaces so we'll avoid using
     1472  // "perl -S" here in favor of calling the "build" perl script explicitly
     1473  text_t build_cmd = "perl \"" + filename_cat (gsdlhome, "bin", "script", "build");
     1474  build_cmd += "\" -optionfile \"" + optionfile + "\" " + collection;
    14731475  // run build command in background (i.e. asynchronously)
    14741476  gsdl_system (build_cmd, false, logout);
Note: See TracChangeset for help on using the changeset viewer.