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
Updated by Michael Kay 7 months ago
- Category set to Command Line
- Status changed from New to Resolved
- Assignee set to Michael Kay
- Applies to branch 12, trunk added
- Fix Committed on Branch 12, trunk added
- Platforms Java added
Thanks for reporting it. Fix committed.
Updated by O'Neil Delpratt 6 months ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in Maintenance Release 12.5 added
Bug fix applied in the Saxon 12.5 Maintenance release.
Please register to edit this issue
Actions