ricksbrown / xslmin

An XSLT minifier
4 stars 0 forks source link

Cannot be used as part of a build using Java 1.8 #5

Closed ghost closed 9 years ago

ghost commented 9 years ago

The XSLT minifier fails when run with Java 1.8 with java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory due to illegal configuration-file syntax.

ricksbrown commented 9 years ago

Closed in PR #6

ricksbrown commented 9 years ago

Actually this was misdiagnosed and it did work on Java 8 but it prompted me to fix up a whole bunch of other stuff so yay!