dion 2003/06/17 18:24:00
Modified: src/plugins-build/word2html plugin.jelly
Log:
Handle files with spaces in the names
Revision Changes Path
1.4 +3 -3 maven/src/plugins-build/word2html/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/word2html/plugin.jelly,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plugin.jelly 18 Jun 2003 01:10:57 -0000 1.3
+++ plugin.jelly 18 Jun 2003 01:23:59 -0000 1.4
@@ -34,9 +34,9 @@
<j:forEach var="file" items="${wordFiles.iterator()}">
<echo>Generating from ${file} to ${docsDest}</echo>
<exec executable="cscript.exe">
- <arg line='"${plugin.resources}/word2html.vbs" "${file}"' />
- <arg line='"${docsDest}"' />
- <arg line='"${wordSrcDir}"' />
+ <arg value='"${plugin.resources}/word2html.vbs" "${file}"' />
+ <arg value='"${docsDest}"' />
+ <arg value='"${wordSrcDir}"' />
</exec>
</j:forEach>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]