Re: Java IO Exception Error

2005-12-13 Thread Charles Murphy
Thanks. It was a problem with the style sheet On 12/9/05 5:36 PM, J.Pietschmann [EMAIL PROTECTED] wrote: Charles Murphy wrote: javax.xml.transform.TransformerException: Had IO Exception with stylesheet file: .\report_drivers\Includes.xsl The Java library had problems accessing the file

Java IO Exception Error

2005-12-09 Thread Charles Murphy
Has anyone seen this error before [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [ERROR] javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Had IO Exception with stylesheet file:

Re: Java IO Exception Error

2005-12-09 Thread J.Pietschmann
Charles Murphy wrote: javax.xml.transform.TransformerException: Had IO Exception with stylesheet file: .\report_drivers\Includes.xsl The Java library had problems accessing the file Includes.xsl. Check whether you can open the file with some other tool (you seem to run Windows, try Notepad).