Running the artefact creates your project folder structure (including some
useful and illustrative classes/templates/tests) and the POM.
You need to run some Maven goal (eg eclipse:eclipse, or compile etc) to
retrieve all the required jars into your local repository. See the "Use"
section ("Change into the project directory, then create a WAR file via mvn
package or build the project and run it under Jetty via mvn jetty:run ...")
on the http://wicket.apache.org/quickstart.html QuickStart page .
Regards - Cemal
http://www.jWeekend.co.uk jWeekend
danelav 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?
>
>
>
--
View this message in context:
http://www.nabble.com/QuickStart-not-finding-Wicket-classes-tp21669263p21669684.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]