Actions
Bug #6420
closed-Tout filename not used when set on command line
Start date:
2024-05-13
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Platforms:
Java
Description
Setting -T -Tout:some_filename.xml on the command line does not write the trace to the file - it comes out on stderr.
However, if you include the class name of the Saxon TraceListener then the trace does appear in the specified file: -T:net.sf.saxon.trace.XSLTTraceListener -Tout:some_filename.xml
This isn't a problem if you use a config file because you have to specify the name of the Saxon TraceListener in there.
Adrian
Please register to edit this issue
Actions