Re: Problems running wicket application on Jetty - Help please.

2009-01-30 Thread Daniel Ferreira Castro
Yes, I did´t and now it iss working when I run the Start Application that is created with the wicket quickstart. Thanks a lot :) On Thu, Jan 29, 2009 at 3:32 PM, Igor Vaynberg wrote: > you have to declare those dependencies in the pom of your project. mvn > jetty:run does not see what you have e

Re: Problems running wicket application on Jetty - Help please.

2009-01-29 Thread Igor Vaynberg
you have to declare those dependencies in the pom of your project. mvn jetty:run does not see what you have exported in eclipse - that is an eclipse specific feature. -igor On Thu, Jan 29, 2009 at 4:30 AM, Daniel Ferreira Castro wrote: > I know that this can be a little "gray zone problem", but

Problems running wicket application on Jetty - Help please.

2009-01-29 Thread Daniel Ferreira Castro
I know that this can be a little "gray zone problem", but let me ask anyway. I went to the quickstart, http://wicket.apache.org/quickstart.html, e executed the command bellow 1) mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -Darchetype