Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] M2E not working as advertised.

Hi,

> I'm really disappointed in this product. I'm sure it works fine for
> many, but after a clean installation of elcipse and M2E, creating a
> maven project with arch type maven-archetype-webapp with artifactid of
> hallo word, produces the following issues:
>
> 1. src/main/java was not created
>
> If this was intentional then I suggest someone create a
> maven-archetype-mvc-webapp.
>
> 2. ceating src/main/java, adding your pom, src files, web.xml and
> dispatcher-servlet.xml and then hitting the run button gives you
>
> SEVERE: Error configuring application listener of class
> net.sourceforge.wurfl.core.web.WURFLServletContextListener
> java.lang.ClassNotFoundException:
> net.sourceforge.wurfl.core.web.WURFLServletContextListener


You're obviously missing some necessary dependencies.
How does your pom.xml look like?


Thorsten

Back to the top