[xep-support] What channel are messages written?

Jirka Kosek jirka at kosek.cz
Thu Feb 13 13:25:14 PST 2003


David Tolpin wrote:

> The EventLogger used with the command-line version writes output  to
> stderr (fd=2). Under bourne and similar shells, the redirection is
> 
> java com.renderx.xep.Driver 2> output
> 
> Under C-shell, a similar effect can be achieved with
> 
> java com.renderx.xep.Driver >& output
> 
> I don't know how to redirect error output under Windows, but was told
> it is possible.

It works in similar way, at least on NT, W2K and XP:

xep -fo document.fo -pdf document.pdf >document.log 2>&1

-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka at kosek.cz
  http://www.kosek.cz
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list