-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get version 2.2.0 to work at all? #79
Comments
Since default Schematron implementation in XSpec has changed, xspec-maven-plugin isn't anymore compatible with XSpec ! I've seen this this past week-end, and I have to work on this. |
Registered as #80 |
@cmarchand Any thoughts on how to get it to work with the older version of XSpec? |
Just add a dependency to a pre 3.0 to the plugin :
|
Thanks very much @cmarchand. I can confirm that your suggestion above works. It seems that my problem when using XSpec
|
@cmarchand To try and help, I sent a PR to update the README.md with your information above - #81 |
Yes. The plugin isn't compatible with Saxon 12.5. And thanks for the PR ! |
@cmarchand Ah ha! Good to know, thank you. As I had previously seen this PR go in that claimed Saxon 12 support, I thought it might be compatible - #75 Are there some things I could help with perhaps? |
@adamretter could you please check #80 ? |
I can't figure out at all how to get version 2.2.0 of the plugin working with xspec 2.3.2 or 3.1.2. My xspec is is in
src/text/xspec
pom.xml
:Yields the error:
I note that the file
io/xspec/xspec/impl/lib/iso-schematron/iso_dsdl_include.xsl
does not exist in theio.xspec.xspec:xspec:3.1.2:jar
file. Downgrading from xspec 3.1.2 to 2.3.2 in the dependency section of the plugin, and adding a missing dependency uponorg.xmlresolver:xmlresolver:5.2.2:jar
, then yields the following error instead:So I am quite stuck as I can't seem to get this to work... any ideas?
The text was updated successfully, but these errors were encountered: