Invalid task 'org.apache.wicket' running quickstart with maven

2007-10-15 Thread cupdike
I'm trying to follow along here: http://wicket.apache.org/quickstart.html but I get the error below. I'm new to maven and wicket, and searching this error didn't help, so no doubt I'm doing something dumb/obvious. BTW, the quickstart page suggests that replaceable items are in bold, but nothing

Re: Invalid task 'org.apache.wicket' running quickstart with maven

2007-10-15 Thread cupdike
cupdike wrote: BTW, the quickstart page suggests that replaceable items are in bold, but nothing is showing in bold (perhaps I'm supposed to replace something else?): My bad on the comment about nothing being bold in the code sample--my browser font was so small that it didn't look bold

Re: Invalid task 'org.apache.wicket' running quickstart with maven

2007-10-15 Thread Martijn Dashorst
Download maven 2.0.7 instead and look at the following screencast: http://herebebeasties.com/2007-10-07/wicket-quickstart/ Martijn On 10/15/07, cupdike [EMAIL PROTECTED] wrote: I'm trying to follow along here: http://wicket.apache.org/quickstart.html but I get the error below. I'm new to

Re: Invalid task 'org.apache.wicket' running quickstart with maven

2007-10-15 Thread cupdike
Case solved--I was trying to keep maven off my path by using an alias to the mvn command. However, it obviously requires being on the path. Thanks for the nice screencast. -Clark Martijn Dashorst wrote: Download maven 2.0.7 instead and look at the following screencast: