Re: Wicket and Netbeans 6

2007-10-23 Thread ZedroS Schwart
Hi again So, it's great : the latest nightly build of NB 6 managed to retrieve a lost UML project and, even better, the modules you've indicated were of fact for Wicket 1.3 and not 1.2 as I was fearing :) Let's continue digging in ! Thanks a lot Cheers, ZedroS On 10/23/07, ZedroS Schwart <[EMA

Re: Wicket and Netbeans 6

2007-10-23 Thread ZedroS Schwart
hi all Great answers ! I'm downloading the latest NB to avoid bugs corrected in the Beta 1, and then I'll follow your advice Ayodeji. I'll let you know of the outcome :) Cheers ZedroS On 10/23/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > I have checked out and built wicket support for ne

Re: Wicket and Netbeans 6

2007-10-23 Thread Ayodeji Aladejebi
I have checked out and built wicket support for netbeans from http://blogs.sun.com/geertjan/entry/when_boudreau_met_wicket before, if you have NB6 installed already, install these two NB modules, create a WebApplication Project in NB and you will have a ready sample application that runs fine and

Re: Wicket and Netbeans 6

2007-10-22 Thread Reinout van Schouwen
Op zaterdag 20-10-2007 om 16:20 uur [tijdzone +0100], schreef Ayodeji Aladejebi: > if you are a beginner with both Netbeans and Maven then find one of the > wicket plugins for NB6 and install them. they have a quickstart project by > default "One of the wicket plugins for NB6"? As far as I have b

Re: Wicket and Netbeans 6

2007-10-20 Thread Ayodeji Aladejebi
icket plugin for 1.3 but can't install it > due > to dependency problems, perhaps it's tailored to Netbeans 6. > > Hope this helps, > > Daniel > > -- > View this message in context: > http://www.nabble.com/Wicket-and-Netbeans-6-tf4657950.html#a13310690 > Sent

Re: Wicket and Netbeans 6

2007-10-20 Thread dtoffe
ew Wicket plugin for 1.3 but can't install it due to dependency problems, perhaps it's tailored to Netbeans 6. Hope this helps, Daniel -- View this message in context: http://www.nabble.com/Wicket-and-Netbeans-6-tf4657950.html#a13310690 Sen

Re: Wicket and Netbeans 6

2007-10-20 Thread David Bernard
I can't help you more, I didn't use those feature when I work with netbeans. I run the webapp from a shell with "mvn jetty:run". Sorry ZedroS Schwart wrote: Thanks a lot. Netbeans has now created a quickstart project. However its name is quickstart (war) and I don't manage to have it running.

Re: Wicket and Netbeans 6

2007-10-20 Thread ZedroS Schwart
Thanks a lot. Netbeans has now created a quickstart project. However its name is quickstart (war) and I don't manage to have it running. I run the Start.java but nothing happens... Sorry for all these questions, I'm new to Netbeans (which I choose to try out the UML part). Thanks in advance Zed

Re: Wicket and Netbeans 6

2007-10-20 Thread David Bernard
I try NB 6 some time ago with wicket and maven. You don't need to "mvn netbeans:netbeans", but you need to install NB module/plugins to manage maven2 project. Tools>Plugins>Available plugins Sort by category, select to install : maven in category java, and if you want (optional) other plugin in

Wicket and Netbeans 6

2007-10-20 Thread ZedroS Schwart
Hi all Following what's written here http://wicket.apache.org/quickstart.html I've tried to have the quickstart to run in Netbeans 6 beta 1. I successfully managed to create the project using the "mvn archetype:create ..." command, but I don't manage to use it with Netbeans 6 even if I read :