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
Exception while creating XmlStuff
io.xspec.maven.xspecMavenPlugin.utils.XSpecPluginException: Cannot invoke "javax.xml.transform.URIResolver.resolve(String, String)" because "this.saxonResolver" is null
no execution has been done. processedFiles is null
Good morning,
I am trying to upgrade xpsec from 1.6.0 to 2.3.2. I am using version 12.4 of saxon-he and version 2.2.0 of the xspec.maven.plugin plugin.
I have this error the xspec file is located on src/test/xspec
full stacktrace :
Exception while creating XmlStuff
io.xspec.maven.xspecMavenPlugin.utils.XSpecPluginException: Cannot invoke "javax.xml.transform.URIResolver.resolve(String, String)" because "this.saxonResolver" is null
at io.xspec.maven.xspecMavenPlugin.utils.XmlStuff. (XmlStuff.java:154)
at io.xspec.maven.xspecMavenPlugin.XSpecRunner.init (XSpecRunner.java:130)
at uk.org.adamretter.maven.XSpecMojo.execute (XSpecMojo.java:368)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
any help ?
The text was updated successfully, but these errors were encountered:
Exception while creating XmlStuff
io.xspec.maven.xspecMavenPlugin.utils.XSpecPluginException: Cannot invoke "javax.xml.transform.URIResolver.resolve(String, String)" because "this.saxonResolver" is null
no execution has been done. processedFiles is null
Good morning,
I am trying to upgrade xpsec from 1.6.0 to 2.3.2. I am using version 12.4 of saxon-he and version 2.2.0 of the xspec.maven.plugin plugin.
I have this error the xspec file is located on src/test/xspec
full stacktrace :
Exception while creating XmlStuff
io.xspec.maven.xspecMavenPlugin.utils.XSpecPluginException: Cannot invoke "javax.xml.transform.URIResolver.resolve(String, String)" because "this.saxonResolver" is null
at io.xspec.maven.xspecMavenPlugin.utils.XmlStuff. (XmlStuff.java:154)
at io.xspec.maven.xspecMavenPlugin.XSpecRunner.init (XSpecRunner.java:130)
at uk.org.adamretter.maven.XSpecMojo.execute (XSpecMojo.java:368)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
any help ?
The text was updated successfully, but these errors were encountered: