mvn -U did the trick. I checked the repository and found that everything under org.maven.archetype was replaced/refreshed. I had already replaced my classpath in the current cmd window with ".", so I was fairly sure that it wasn't a classpath problem. To test that, I opened a second window, reran the quickstart commands and everything worked as advertised. Thanks for your quick responses.
Lance If you run "mvn -U", do you get a new version of the plugin. In the archetype.xml, we exclude filtering for menu.jsp, so it's strange that this error is happening. Also, even when parse errors happen, they're usually warnings, not errors. Is your system classpath clean, or do you have certain JARs in there? Matt -- View this message in context: http://www.nabble.com/Parser-Exception-tf3953213s2369.html#a11233771 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
