Bug 36670

Summary: xslt: support xalan traces
Product: Ant Reporter: Jens Elkner <elkner>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEEDINFO ---    
Severity: enhancement CC: notifications
Priority: P2 Keywords: PatchAvailable
Version: 1.6.5   
Target Milestone: 1.8.0   
Hardware: All   
OS: All   
Attachments: Xalan2 trace support
xslt trace support for xalan2

Description Jens Elkner 2005-09-15 15:05:27 UTC
Since invoking xalan from command line is usually a little bit different, than
invoking via ant (at least, if catalogs are configured and classpathes are set),
it is helpful, to have the xalan2 trace features available in ant as well.

Suggested patches for XSLTProcess.java and TraXLiaison.java are attached.
Comment 1 Jens Elkner 2005-09-15 15:06:18 UTC
Created attachment 16413 [details]
Xalan2 trace support
Comment 2 Jens Elkner 2005-09-15 15:06:55 UTC
Created attachment 16414 [details]
xslt trace support for xalan2
Comment 3 Stefan Bodewig 2008-11-26 06:48:49 UTC
the patches would make TraxLiaison depend on Xalan classes, we'll need some more reflection magic to make it work without requiring Xalan during compilation.
Comment 4 Stefan Bodewig 2008-12-03 04:03:39 UTC
I've added it as a new nested element with quite a bit reflection magic on top with svn revision 722849 - but I don't see any output even if I enable all traces.  Any idea what may be wrong?