[snip] Kevin Williams wrote: > After a recent svn update, I am getting the following itest failure: > > <testcase time="1,178,228,167.24" name=" > org.apache.tuscany.sca.itest.OuterPropertyTestCase"> > − > <error type="java.lang.IllegalStateException" message=" > org.apache.tuscany.spi.builder.BuilderConfigException: > javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: > Content is not allowed in prolog.">
Kevin, Thanks for reporting this. The Apache license header recently added to an XML test file (used to test loading properties from files) was not enclosed in <!-- -->, causing an XML parsing error. I added <!-- --> around the license header. The test now passes. -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
