Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
ok sir On Wed, Feb 16, 2011 at 10:05 PM, James Carman wrote: > Okay, so make a backup copy of your pom.xml file, copy the > quickstart's pom.xml to your directory, edit it to your liking (group, > artifact, name, version, etc.) and try it with your source code. > > On Wed, Feb 16, 2011 at 12:01 P

Re: How run Wicket Application

2011-02-16 Thread James Carman
Okay, so make a backup copy of your pom.xml file, copy the quickstart's pom.xml to your directory, edit it to your liking (group, artifact, name, version, etc.) and try it with your source code. On Wed, Feb 16, 2011 at 12:01 PM, Mr Jehan wrote: > using Wicket Quickstart example application it is

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
using Wicket Quickstart example application it is done On Wed, Feb 16, 2011 at 9:44 PM, James Carman wrote: > How about we go about this a different way? Why don't you try > generating a Wicket Quickstart example application? If that doesn't > run, then you've got other problems. If it does ru

Re: How run Wicket Application

2011-02-16 Thread James Carman
How about we go about this a different way? Why don't you try generating a Wicket Quickstart example application? If that doesn't run, then you've got other problems. If it does run, then you need to try to copy the sections from the pom.xml file that you need (namely the "plugins"). On Wed, Fe

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
The issue with me is installing jetty plugin , please read previous message On Wed, Feb 16, 2011 at 9:22 PM, James Carman wrote: > You don't have to install anything. Maven will download it > automatically. What does your pom.xml file look like? Are you using > a quickstart-generated project?

Re: How run Wicket Application

2011-02-16 Thread James Carman
You don't have to install anything. Maven will download it automatically. What does your pom.xml file look like? Are you using a quickstart-generated project? On Wed, Feb 16, 2011 at 11:20 AM, Mr Jehan wrote: > I cant issue *mvn jetty:run* command because I have not installed jetty > plugin >

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
I cant issue *mvn jetty:run* command because I have not installed jetty plugin I am trying to install jetty plugin using following command mvn plugin:download -Dmaven.repo.remote= http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=m

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
I cant issue *mvn jetty:run* command because I have not installed jetty plugin I am trying to install jetty plugin using following command mvn plugin:download -Dmaven.repo.remote= http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=m

Re: How run Wicket Application

2011-02-16 Thread James Carman
If you're using a Quickstart-generated Wicket project, it's already set up for you. Just type mvn jetty:run. On Wed, Feb 16, 2011 at 10:59 AM, Mr Jehan wrote: > You mean jetty plugin for Tomcat or maven > I want to download it from > http://maven.apache.org/maven-1.x/plugins/jetty/downloads.htm

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
You mean jetty plugin for Tomcat or maven I want to download it from http://maven.apache.org/maven-1.x/plugins/jetty/downloads.html but all mirror links are down. please help On Wed, Feb 16, 2011 at 6:44 PM, James Carman wrote: > On Wed, Feb 16, 2011 at 4:07 AM, Ernesto Reinaldo Barreiro > wr

Re: How run Wicket Application

2011-02-16 Thread James Carman
On Wed, Feb 16, 2011 at 4:07 AM, Ernesto Reinaldo Barreiro wrote: > mvn jetty:run? > Yes, mvn install doesn't run anything. It just puts the jars into your local maven repository. You need to run the jetty plugin. - To unsubsc

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
Problem while running tomcat manager http://localhost:8080/manager/html On Wed, Feb 16, 2011 at 2:07 PM, Michal Letynski wrote: > Just open the tomcat manager and deploy this war file. > > W dniu 2011-02-16 13:03, Mr Jehan pisze: > > please any other solution >> On Wed, Feb 16, 2011 at 1:39

Re: How run Wicket Application

2011-02-16 Thread Michal Letynski
Just open the tomcat manager and deploy this war file. W dniu 2011-02-16 13:03, Mr Jehan pisze: please any other solution On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi< martin.maku...@koodaripalvelut.com> wrote: Might be easier just to put it into eclipse and run Start.java, maybe. ** Mart

Re: How run Wicket Application

2011-02-16 Thread Ernesto Reinaldo Barreiro
mvn jetty:run? On Wed, Feb 16, 2011 at 10:03 AM, Mr Jehan wrote: > please any other solution > On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi < > martin.maku...@koodaripalvelut.com> wrote: > >> Might be easier just to put it into eclipse and run Start.java, maybe. >> >> ** >> Martin >> >> 2011/2

Re: How run Wicket Application

2011-02-16 Thread Mr Jehan
please any other solution On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Might be easier just to put it into eclipse and run Start.java, maybe. > > ** > Martin > > 2011/2/16 Mr Jehan : > > Dear all > > > > I downloaded HelloWorld wicket application,

Re: How run Wicket Application

2011-02-16 Thread Martin Makundi
Might be easier just to put it into eclipse and run Start.java, maybe. ** Martin 2011/2/16 Mr Jehan : > Dear all > > I downloaded HelloWorld wicket application, > I run following commind > >  C:\Users\admin\wicket-hello-world > *mvn install * > > following is log of mvn > > My tomcat installed at