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

maven archetype

2012-08-25 Thread Bruce McGuire
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 looking for an archetype that uses new versions of Wicket Spring Hibernate Any ideas would be greatly appreciated. Thanks, Bruce.

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
: > > 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

Re: Maven archetype and tomcat:run

2010-07-19 Thread Mansour Al Akeel
rovided > > 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 depends o

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

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, Marti

Re: Maven archetype and tomcat:run

2010-07-18 Thread Martin Grigorov
r.launch(Launcher.java:255) >at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Jul 18, 2010 6:53:30 AM org.apache.catalina.core.StandardContext start > SEVERE: Error filterStar

Maven archetype and tomcat:run

2010-07-17 Thread Mansour Al Akeel
(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Jul 18, 2010 6:53:30 AM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart So I created a webapp project from maven archetype, and added openEjb dependency

Fw: Problem with Maven archetype, Eclipse Classpath and jetty:run

2009-05-26 Thread Carl-Eric Menzel
On Tue, 26 May 2009 08:39:36 -0700 (PDT) "Juan Carlos Garcia M." wrote: > [MECLIPSE ticket and workaround] > > Hope this help. Yes it does, thank you. Carl-Eric - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Problem with Maven archetype, Eclipse Classpath and jetty:run

2009-05-26 Thread Carl-Eric Menzel
On Tue, 26 May 2009 08:31:04 -0700 Igor Vaynberg wrote: > go to preferences/compiler/building/output folder and remove *.html > from Filtered Resources list. I know that :-) I was proposing making this the default in the archetype. > test is for tests :) > the proper way to do this is to crea

Re: Problem with Maven archetype, Eclipse Classpath and jetty:run

2009-05-26 Thread Juan Carlos Garcia M.
--- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://www.nabble.com/Problem-with-Maven-archetype%2C-Eclipse-Classpath-and-

Re: Problem with Maven archetype, Eclipse Classpath and jetty:run

2009-05-26 Thread Igor Vaynberg
On Tue, May 26, 2009 at 3:25 AM, Carl-Eric Menzel wrote: > - The classpath file generated by 'mvn eclipse:eclipse' has an >  include-pattern of '**/*.java' for both src/test/java and >  src/main/java. This means that by default none of the HTML files or >  other resources will be copied to the cla

Problem with Maven archetype, Eclipse Classpath and jetty:run

2009-05-26 Thread Carl-Eric Menzel
Hi, when creating a fresh Wicket project with the following line as generated by the quickstart page on wicket.apache.org: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.4-rc4 -DgroupId=com.mycompany -DartifactId=my

Re: Wicket Quickstart maven archetype - "Archetype repository missing"

2008-02-14 Thread Nino Saturnino Martinez Vazquez Wael
Thanks. Had a million problems yesterday, thought it was because I ran on a windoze box. Raphaël Piéroni wrote: This is because of the recent release of maven archetype 2.0-alpha-1 release. Please consider calling the old plugin version the time for the maven team to fix the problem. mvn

Re: Wicket Quickstart maven archetype - "Archetype repository missing"

2008-02-14 Thread Raphaël Piéroni
This is because of the recent release of maven archetype 2.0-alpha-1 release. Please consider calling the old plugin version the time for the maven team to fix the problem. mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create ... Cheers. Raphaël 2008/2/14, OliZilla <[EM

Wicket Quickstart maven archetype - "Archetype repository missing"

2008-02-14 Thread OliZilla
to convince a collegue how easy it was to get up and running on Wicket, which was slightly embarrassing). Is any one else experiencing this, or know what is going on? Oli -- View this message in context: http://www.nabble.com/Wicket-Quickstart-maven-archetype---%22Archetype-repository-missing%22

Re: Re: Wicket maven archetype

2007-09-07 Thread Robo
Works, Thanks - Originálna Správa - Od: Gwyn Evans Komu: Poslaná: 07.09.2007 11:00 Predmet: Re: Wicket maven archetype > On Friday, September 7, 2007, 9:38:53 AM, Al wrote: > > > Gwyn Evans wrote: > >> It\'s a bug in the Maven Surefire plugin V2.3

Re: Wicket maven archetype

2007-09-07 Thread Gwyn Evans
On Friday, September 7, 2007, 9:38:53 AM, Al <[EMAIL PROTECTED]> wrote: > Gwyn Evans wrote: >> It's a bug in the Maven Surefire plugin V2.3 that shows up if there's >> a src/test/java tree but neither JUnit or TestNG in the dependencies. >> >> Simplest fix is to add >> >> >> junit >>

Re: Wicket maven archetype

2007-09-07 Thread Al Maw
Gwyn Evans wrote: It's a bug in the Maven Surefire plugin V2.3 that shows up if there's a src/test/java tree but neither JUnit or TestNG in the dependencies. Simplest fix is to add junit junit 3.8.2 provided to the generated pom.xml's section. I've added it

Re: Wicket maven archetype

2007-09-07 Thread Gwyn Evans
On Friday, September 7, 2007, 7:24:36 AM, Robo <[EMAIL PROTECTED]> wrote: > Hello, > Any idea? > [INFO] Trace > java.lang.NullPointerException > at > org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBooter(SurefirePlugin.ja > va:594) It's a bug in the Maven Surefire plug

Wicket maven archetype

2007-09-07 Thread Robo
Hello, Any idea? H:\\mvntest\\wicktest>mvn install [INFO] Scanning for projects... [INFO] [INFO] Building quickstart [INFO]task-segment: [install] [INFO]