On 4/7/06, Werner Punz <[EMAIL PROTECTED]> wrote: > Ok then I will fix that reference as well on the weekend. > (if it was not fixed by an eclipse import automatically ;-) )
Because of the test classes, the default setup in eclipse has myfaces-impl and myfaces-shared-impl classes on the build path. And unfortunately, I think a shared_impl import is chosen before a shared_tomahawk import (alphabetical), so an automatic import actually makes things worse. For now, I think the best solution is to remove myfaces-impl from the build path and remove the test classes from the source path. Run the tests either from the command-line or manually add them back in later.
