Sam Ruby <[EMAIL PROTECTED]> wrote: >> bodewig 01/03/09 03:37:52 >> >> Modified: src/main/org/apache/tools/ant/taskdefs XSLTProcess.java >> Log: Make <style> resolve stylesheet filename as relative to the >> projects base directory. > > I'm now seeing the following error on Windows: > > D:\jakarta\jakarta-struts\build.xml:147: > javax.xml.transform.TransformerConfigurationException: File > "file:D:/jakarta/jakarta-struts/src/doc/D:/jakarta/jakarta-struts/stylesheets/tld.xsl" > > not found.
I've missed a point where project's basedir was prepended to the name of the XSL file - without any checking. The new patch is supposed to fix this - and does due to my limited testing on Linux with Xalan 1.2. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
