Hi

The latest snapshot on

http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/

dates January 14 2008 myfaces api and impl and myfaces build January 15 2008

I also have noted that if you execute

mvn clean install

on myfaces 1.2.1 trunk
many test fails, with errors like this:

setUp(javax.faces.component.UIComponentBaseTest)  Time elapsed: 0.016
sec  <<< FAILURE!
java.lang.IllegalStateException: Unknown callback class
org.easymock.classextension.internal.ClassProxyFactory$1
        at net.sf.cglib.proxy.CallbackUtils.getGenerator(CallbackUtils.java:102)
        at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:314)
        at net.sf.cglib.proxy.Enhancer.createClass(Enhancer.java:278)
        at 
org.easymock.classextension.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:98)
        at org.easymock.internal.MocksControl.createMock(MocksControl.java:37)
        at 
javax.faces.component.UIComponentBaseTest.setUp(UIComponentBaseTest.java:55)

this dependency is correctly set

 but if you use

mvn clean
mvn install

for each project (build, api, impl)
this works without problem.

Leonardo Uribe

Reply via email to