You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, Travis does not do this.
Thanks for Oliver Rau, who worked with mit on this problem for over an hour to figure out the root problem... :-)
The simple work around was to use an upgraded version on Maven central with a valid pom:
The ODF Validator is has a dependency
org.iso_relax.verifier.jaxp.validation
isorelax-jaxp-bridge
1.0
Which has a broken pom.xml on Maven Central:
http://central.maven.org/maven2/org/iso_relax/verifier/jaxp/validation/isorelax-jaxp-bridge/1.0/isorelax-jaxp-bridge-1.0.pom
^^There is no element, but only
The previous work around was to load a correct version from a different Maven repro:
apache.smx.repo
http://svn.apache.org/repos/asf/servicemix/m2-repo/
Apache ServiceMix Repo
false
true
Unfortunately, Travis does not do this.
Thanks for Oliver Rau, who worked with mit on this problem for over an hour to figure out the root problem... :-)
The simple work around was to use an upgraded version on Maven central with a valid pom:
org.jopendocument isorelax-jaxp-bridge-ILM 1.1I have compared the sources from above with the original sources here:
https://github.com/kohsuke/isorelax-jaxp-bridge
The only change is that one class was made public to provide reflexion. Works for us! :-)
The text was updated successfully, but these errors were encountered: