As I'm trying to work through the setup of the current MyFaces
snapshot under Eclipse (the maven eclipse wiki pages are once again
wrong, unfortunately), I am noticing that there are dependences in
tomahawk/src/test on the MyFaces impl.
org.apache.myfaces.custom.date.HtmlDateRendererTest.java:
import org.apache.myfaces.application.ApplicationFactoryImpl;
org.apache.myfaces.renderkit.html.util.AddResourceTest.java:
import org.apache.myfaces.application.ApplicationFactoryImpl;
import org.apache.myfaces.renderkit.RenderKitFactoryImpl;
import org.apache.myfaces.context.servlet.ServletFacesContextImpl;
In my opinion, this should not be the case. Is this a temporary
situation where we're waiting on Shale's testing framework?
-Mike