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.
> However, I would like to stress that developers should check if the > project still builds OK before doing a commit. Things like this scare > users away from doing a checkout and building themselves. What do you think what we do here? Still, even if I think that this wasnt my fault, things like this can happen always with a complex structure like the myfaces one. I am not sure if a user should checkout anything. A user should start by using releases or in worst case nightlies. At least the nigtlies are known to compile (else it wouldnt be a nightly ;-) ) - if a user check out he is no longer a user but a developer. And as a developer you know how hard live can be :-D Ciao, Mario
