usually helps if you paste the errors you get... -igor
On Mon, Jan 26, 2009 at 9:48 AM, Dane Laverty <[email protected]> wrote: > First, Martijn, thank you for your video. I had used your video to get > as far as I did. Second, Igor and Cemal, thank you for your quick > responses. However, I tried running the Maven goals you suggested > (eclipse:eclipse, etc.), but I just end up getting additional errors. To > clarify, I was using the QuickStart with 1.4-SNAPSHOT. Ultimately, I > changed the version to 1.3.5 and it worked. So I guess I'll stick with > that for now. > > -----Original Message----- > From: jWeekend [mailto:[email protected]] > Sent: Monday, January 26, 2009 9:30 AM > To: [email protected] > Subject: Re: QuickStart not finding Wicket classes > > > 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-tp21669263p2 > 1669684.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] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
