On 1/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm getting compile errors when building from the tip (revision 360573). > Environment is XP SP2 with mvn 2.0.1 freshly installed, and a completely > clean checkout. > cannot > resolve symbol > symbol : class Log > location: class org.apache.myfaces.util.StateUtils
I was getting that, too. Bruno just (in r360574) added a dependency on commons-logging to the myfaces-commons pom. That should fix the compilation, but there may still be problems with the tests. If so, you can use his suggestion of -Dmaven.test.failure.ignore=true to get past that for now. -- Wendy
