Re: maven archetype

2012-08-26 Thread Martin Grigorov
Hi, Check - https://github.com/Bessonov/wicket-example - jWeekend LegUp - Wicketopia On Fri, Aug 24, 2012 at 8:33 PM, Bruce McGuire wrote: > PS: I forgot to mention that I would like to use testNG. > > Thanks again. > > Bruce. > > On Fri, Aug 24, 2012 at 10:31 AM, Bruce McGuire wrote: > >> Hi Th

Re: maven archetype

2012-08-25 Thread Bruce McGuire
PS: I forgot to mention that I would like to use testNG. Thanks again. Bruce. On Fri, Aug 24, 2012 at 10:31 AM, Bruce McGuire wrote: > Hi There. > > It has been a while and a new company since I did a project with Wicket, > and I would like to start out with a properly set up project. > > I am

Re: Maven archetype and tomcat:run

2010-07-19 Thread Mansour Al Akeel
It runs ok under a standard tomcat installation, and I can do remote debugging. However, it's not as convenient as if it's running from maven, where I can view changes easily. In my case, changes has to be deployed to tomcat installation after re-packaging the war file. When dealing with maven-je

Re: Maven archetype and tomcat:run

2010-07-19 Thread Martin Grigorov
Try to run the application with maven-jetty-plugin or even better in a standalone web container without Maven involved and see what is the outcome. 2010/7/19 Mansour Al Akeel > Martin, I don't have this depndency in my pom, and it's not in the > list of resolved dependencies: > > here's what I h

Re: Maven archetype and tomcat:run

2010-07-19 Thread Mansour Al Akeel
Martin, I don't have this depndency in my pom, and it's not in the list of resolved dependencies: here's what I have org.apache.wicket wicket ${wicket.version}

Re: Maven archetype and tomcat:run

2010-07-19 Thread Martin Grigorov
In your pom.xml find the for javax.servlet:servlet-api and add provided 2010/7/19 Mansour Al Akeel > Martin, > thank you. But I don't have servlet.jar in the lib folder. There's no > lib folder, since I am using maven archetype. > If I have to exclude it from POM.XML then how ? > tomcat plugin

Re: Maven archetype and tomcat:run

2010-07-19 Thread Mansour Al Akeel
Martin, thank you. But I don't have servlet.jar in the lib folder. There's no lib folder, since I am using maven archetype. If I have to exclude it from POM.XML then how ? tomcat plugin depends on it ! can you please kindly give me more details ? On Sun, Jul 18, 2010 at 11:16 AM, Martin Grigorov

Re: Maven archetype and tomcat:run

2010-07-18 Thread Martin Grigorov
Remove servlet.jar from yourApplication.war#WEB-INF/lib/ folder 2010/7/18 Mansour Al Akeel > Hello all: > I am trying to run tomcat from maven and including openEJB. The > command I am using to run tomcat: > > mvn tomcat:run > > The error I am getting : > > Jul 18, 2010 6:53:29 AM org.apache.ca