Francis GALIEGUE wrote:
ort is fairly quick.

How can I diagnose the problem precisely? Can I use another XSL
processor that will be faster than xalan-j2?


Well, a simple ant -v showed the problem, as it shows which files are
parsed. The two bigger files are 10 MB and 9 MB respectively! The
sheer size of them is huge, but does it explain the 10+ minutes
parsing time?



That'll be the stdout taking up most of the space. Try cranking back the Log4J settings of whatever is printing so much out.

I've played with junit outputs that chuck out XHTML direct, rather than an XML that needs transforming. You still have that option, but it isn't compulsory.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to