You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by ju...@apache.org on 2004/11/25 21:45:53 UTC

cvs commit: xml-xalan/c/src/xalanc/Harness XalanFileUtility.cpp

june        2004/11/25 12:45:53

  Modified:    c/src/xalanc/Harness XalanFileUtility.cpp
  Log:
  Win32 - commented out system call to bring up results html file in a browser.
  Change was 'okay-ed' by Dave B. in email exhange.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/xalanc/Harness/XalanFileUtility.cpp
  
  Index: XalanFileUtility.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Harness/XalanFileUtility.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanFileUtility.cpp	10 Nov 2004 19:09:11 -0000	1.4
  +++ XalanFileUtility.cpp	25 Nov 2004 20:45:53 -0000	1.5
  @@ -2023,7 +2023,7 @@
           CharVectorType theBuffer(XalanMemMgrs::getDefaultXercesMemMgr());
           TranscodeToLocalCodePage(theHTMLFile, theBuffer, true);
   
  -        system(c_str(theBuffer));
  +        // system(c_str(theBuffer));
   #else
           cout << "The HTML output: " << theHTMLFile << " was created" << endl;
   #endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org