Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread Martijn Dashorst
Why would you upgrade the quickstart from 1.2 to 1.3? Or do you want a download for quickstart with wicket 1.3? Do you use maven? What is your IDE: eclipse, netbeans, intellij IDEA? Martijn On 10/8/07, anita nichols [EMAIL PROTECTED] wrote: How do I upgrade wicket quickstart 1.2 to 1.3. If

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread anita nichols
netbean IDE and maven 2 I tried to download quickstart 1.3, but get me error and keep telling me that I need to download the file manually. How do I use the archetype to setup a wicket 1.3 project? or if I have to do it manually how do I do it? Anita On 10/8/07, Martijn Dashorst [EMAIL

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread Frank Bille
On 10/8/07, anita nichols [EMAIL PROTECTED] wrote: How do I use the archetype to setup a wicket 1.3 project? or if I have to do it manually how do I do it? Al has created a screencast of how to do it: http://herebebeasties.com/2007-10-07/wicket-quickstart/ Frank

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread Martijn Dashorst
Netbeans has a maven 2 module/plugin you can use that uses the pom for creating a project (really nice functionality) I suggest you install that one. The other thing you should use is the wicket archetype. The instructions for using it are found here: http://wicket.apache.org/quickstart.html

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread anita nichols
Thanks Frank. So far so good, but no luck on installing mvn netbeans:netbeans, but works for eclipse.. On 10/8/07, Frank Bille [EMAIL PROTECTED] wrote: On 10/8/07, anita nichols [EMAIL PROTECTED] wrote: How do I use the archetype to setup a wicket 1.3 project? or if I have to do it

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread jweekend
Such screencasts are really helpful. I think http://herebebeasties.com/2007-10-07/wicket-quickstart/ Al's Wicket Quickstart screencast can help many people who are new to both Maven 2 and Wicket. As you follow it, bear in mind that most of it covers the one-off task of installing Maven 2. If

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread anita nichols
Everything looks fine, I followed all the instruction, but I got this HTTP Status 404 - /WicketProject -- *type* Status report *message* */WicketProject* *description* *The requested resource (/WicketProject) is not available.* -- Apache

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread jweekend
Assuming you had -DartifactId=WicketProject in the command line you ran to create your Wicket archetype, typing mvn jetty:run in the WicketProject folder should enable you to point your browser at http://127.0.0.1:8080/WicketProject to see the simple Wicket Quickstart Archetype Homepage

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread anita nichols
After I restarted my computer everything is working fine On 10/8/07, jweekend [EMAIL PROTECTED] wrote: Assuming you had -DartifactId=WicketProject in the command line you ran to create your Wicket archetype, typing mvn jetty:run in the WicketProject folder should enable you to point your