Mario Ivankovits schrieb: > Hi! >> I'm getting compiler errors when trying 'mvn install' with a clean >> checkout of the HEAD revision of myfaces. >> The method isCheckExtensionsFilter is in the MyfacesConfig class >> however, so I can't immediately figure out how to solve this. > There must be something wrong with your maven. Maybe it didnt refactor > the shared into the shared_impl and shared_tomahawk. > Did you do the checkout into an empty directory. > Please try a "mvn clean install" - it worked here. And, at least Martin > also uses this head version. So there must be something wrong on your side. > Not only Martin, I also use the head version and did an svn update the day before yesterday to fix some stuff.
I usually get this error if I do the maven and eclipse builds parallely, then I usually have old class files with the wrong package names lingering. Usually shutting down Eclipse and then doing a clean mvn clean fixes that.
