Hello,
I'm working under Eclipse 3.1.0 and Maven 1.1-beta-2.
When I install the mevenide plugin for Eclipse, and that I try to launch a
maven goal, I have the following exception :
javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.SAXParserFactoryImpl not found
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:93)
at org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:202)
at org.apache.maven.jelly.JellyUtils.compileScript(JellyUtils.java:162)
at
org.apache.maven.plugin.PluginManager.createJellyScriptHousing(PluginManager.java:395)
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:589)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:511)
at org.apache.maven.cli.App.main(App.java:1258)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
I suppose this error is due to the package xerces that can't be found by Maven.
Where can I put it so it works ?
Thanks in advance.
__________________________________ _ _ _
bgOnline