Ciaran Treanor wrote: > Hi, > I've having problems invoking "maven jar:deploy". It worked > fine last week and I've been keeping up to date with the > maven cvs. > > I think the problem is related to the fact that I've migrated > to JDK1.4. The error is a > java.lang.reflect.InvocationTargetException caused > by a javax.xml.parsers.FactoryConfigurationError (Provider > org.apache.xerces.jaxp.SAXParserFactoryImpl not found). > > Has anyone else experienced similar problems with JDK1.4?
I had exactly the same probles. In my case it was some kind of mismatch between $MAVE_HOME setting and the place where I was running the bin/maven script from. Once I brougt these two in sync, things got back to normal. I even posted a small wrapper script to the list a few days ago that makes sure the correct script is launched - you can drop it into ~/bin or /usr/local/bin Good luck, Rafal -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
