you need to invoke maven on the project so that it downloads the dependencies. any of mvn clean compile, mvn eclipse:eclipse, mvn jetty:run will do it.
-igor On Mon, Jan 26, 2009 at 9:05 AM, Dane Laverty <[email protected]> wrote: > I've stepped through the Wicket QuickStart process as outlined at > http://wicket.apache.org/quickstart.html . However, when I try to run > the Start class, I get java.lang.ClassNotFoundException: > org.apache.wicket.protocol.http.WicketFilter. I'm not familiar with > Maven, but I can see that the POM has a dependency for > org.apache.wicket, which I had hoped would install the jar. I can > resolve the problem manually by adding the Wicket source files to my > project source, but that leaves me feeling like I'm taking the long way > around what should be a short and simple process. Any suggestions? > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
