[xep-support] command line arguments

Neto Rui - Toronto-MROC rneto at mroc.com
Wed Jul 9 08:40:43 PDT 2003


I use the command line interface to transform all of my documents. 

Before I upgraded from XEP 3.21 to XEP 3.5 the following command worked just fine:
	c:\XEP\xep.bat test.fo -DH4PDF.USERPRIVILEGES=print

now I get the following error:
	error: unexpected command line argument #2(input parameter): '-DH4PDF.USERPRIVILEGES=print'

this is my xep.bat file:
rem <XEP_BAT>
@echo off
rem   This batch file encapsulates a standard XEP call. 

set CP="C:\XEP\lib\xep35_server.jar;C:\XEP\lib\cryptix32.jar;C:\XEP\lib\cryptix32-pgp.jar;C:\XEP\lib\saxon.jar;C:\XEP\lib\xt.jar"

if x%OS%==xWindows_NT goto WINNT
jview /cp %CP% /d:com.renderx.xep.ROOT="C:\XEP" com.renderx.xep.XSLDriver %1 %2 %3 %4 %5 %6 %7 %8 %9
goto END

:WINNT
jview /cp %CP% /d:com.renderx.xep.ROOT="C:\XEP" com.renderx.xep.XSLDriver %*

:END


set CP=
rem </XEP_BAT>

What am I doing wrong?

Regards,
Rui Neto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20030709/a2237b11/attachment.html>


More information about the Xep-support mailing list