I wrote,
> >Two -- by requiring impl to be a dependency for the test code, you
> >allow the possibility of unintentionally using impl classes in the
> >non-test code.
On 3/17/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
> As long as impl is scoped as "test" in the pom.xml for tomahawk, I don't see
> how maven would allow one of us to compile the non-test code.
Ok. I hate to say "I told you so", but I told you so. :-) I'm a
complete novice when it comes to Maven, so maybe it's just
misconfigured, but Tomahawk has dependencies on MyFaces impl, which I
am told couldn't happen.
Either someone is checking in uncompilable code, maven is
misconfigured, or the above argument doesn't hold water.
>From the user's list today:
Frank Russo <[EMAIL PROTECTED]> wrote,
======================================================
Anyway, I've read that Tomahawk can run with the JSF RI without
myfaces, but I'm getting the following exception:
2006-03-28 15:01:28,623 ERROR
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/scadmin]
- Exception sending context initialized event to listener instance of
class com.sun.faces.config.ConfigureListener
java.lang.NoClassDefFoundError:
org/apache/myfaces/application/ComponentNotFoundException
======================================================