I think that the URL is not in the correct format. If I remember well, Xalan 2 is looking for an systemid starting with "file:///" and if yes remove this part and create a fileoutputstream from it, otherwise use it directly in the stream. I can't remember which part of xalan2 is concerned by this but in any case, any URL prepended by 'file:' will not work here.
I might be wrong though since I don't have the stacktrace :) -- St�phane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company. > -----Original Message----- > From: Sam Ruby [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 10, 2001 2:11 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: > jakarta-ant/src/main/org/apache/tools/ant/taskdefs XSLTProcess.java > > > Similar problem on Linux: > > /home/rubys/jakarta/jakarta-slide/build.xml:256: > javax.xml.transform.TransformerConfigurationException: File > "file:/home/rubys/jakarta/jakarta-slide/src/doc/home/rubys/jak > arta/jakarta-slide/style/slide.xsl" > > not found. > > Backing out this change... > > - Sam Ruby > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
