You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/06/18 03:37:45 UTC

cvs commit: maven/src/plugins-build/word2html/src/plugin-resources word2html.vbs

dion        2003/06/17 18:37:45

  Modified:    src/plugins-build/word2html/src/plugin-resources
                        word2html.vbs
  Log:
  Open the freaking files readonly
  
  Revision  Changes    Path
  1.2       +2 -2      maven/src/plugins-build/word2html/src/plugin-resources/word2html.vbs
  
  Index: word2html.vbs
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/word2html/src/plugin-resources/word2html.vbs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- word2html.vbs	24 Jan 2003 03:46:25 -0000	1.1
  +++ word2html.vbs	18 Jun 2003 01:37:45 -0000	1.2
  @@ -58,6 +58,6 @@
   Set obj = WScript.CreateObject("Word.Application")
   
   obj.Visible = FALSE
  -obj.Documents.Open(inputFile)
  +obj.Documents.Open inputFile,,True
   obj.ActiveDocument.SaveAs outputFile, HTMLFormat
   obj.Quit
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org