Yes, I also found the problems with that test (although I haven't search why failed). Till now, I've been just building with:
mvn -Dmaven.test.failure.ignore=true install to ignore if tests failed... Maybe, we could comment that test in the meanwhile, while someone looks for the solution, Bruno 2006/1/1, Sean Schofield <[EMAIL PROTECTED]>: > There is a problem with the commons build. Apparently the > MessageUtilsTest has a dependency on MyFacesImpl (because it loads > specific messages from the resource bundle.) I think those tests can > probably be rewritten to use a custom message bundle so that there is > no dependency on the impl subproject. > > Making commons dependent on impl is not an option because impl already > depends on commons (so Maven complains about a circular dependency.) > > Sean >
