Maven with Eclipse

2009-07-23 Thread Stefan Lindner
Hi Tauren, wich Eclipse plugin for maven do you prefer? m2eclipse or IAM (q4e)? I have commit acces and now I'm starting over with development. Current steps: 1. Add keypressed detection 2. Separate the Project into small pieces Stefan

Re: Maven with Eclipse

2009-07-23 Thread Tauren Mills
. Right click onto jwicket and select Check out as Maven project. This will download all of the jwicket projects (jwicket-parent, jwicket, jwicket-examples), give each of them an eclipse project with maven support enabled, and activate subversion support. Pretty seamless to then start working

Re: Maven with Eclipse

2009-07-23 Thread Tauren Mills
Stefan -Ursprüngliche Nachricht- Von: Tauren Mills [mailto:yowza...@gmail.com] Gesendet: Donnerstag, 23. Juli 2009 18:30 An: users@wicket.apache.org Betreff: Re: Maven with Eclipse Stefan, I'm using m2eclipse. But it can take a little getting used to. I also think it causes

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

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

2009-05-26 Thread Juan Carlos Garcia M.
The first problem you mention is due to a change in how the maven eclipse plugins works, documented as a bug in: http://www.mail-archive.com/d...@maven.apache.org/msg80176.html http://www.mail-archive.com/d...@maven.apache.org/msg80176.html Known Issues: * [MECLIPSE-443] - Only include

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 cm.wic...@users.bitforce.com 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

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 igor.vaynb...@gmail.com 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

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. jcgarc...@gmail.com wrote: [MECLIPSE ticket and workaround] Hope this help. Yes it does, thank you. Carl-Eric - To unsubscribe, e-mail: