On Friday 26 Sep 2003 18:59, Arthur I. Walker wrote: > My Maven build works then it doesn't . > > I converted my build over from beta 7 to beta 10, and everything was > working. However, after logging off, and then logging back on to the > build machine, the build stops working (after no changes). Maven keeps > complaining about the javax.xml.parsers.SAXParserFactory. I couldn't > find any reference in the mailing list archives about this. Any > suggestions would be helpful.
Have you got a CLASSPATH being specified somewhere, and also JAVA_HOME in login files ? and maybe it got reset when you logged on. JDK1.4 includes a SAX parser, yet 1.3 doesn't so maybe you were using 1.4 before you logged off and the login has set you to 1.3 ... or something similar :-) -- Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
