Well, here's one for q4e. Ever since they implemented the incremental
builder, I haven't had any issues with it and it's been fast enough for me
(got 30 or so linked Eclipse projects on my workspace).

Kalle

On Tue, May 26, 2009 at 7:35 AM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

> Yes, and I've been burned by m2eclipse, and haven't heard loving
> reports from co-workers about q4e either. Not installing any of them
> anytime soon.
>
> Martijn
>
> On Tue, May 26, 2009 at 4:09 PM, Arnaud HERITIER <aherit...@gmail.com>
> wrote:
> > Did you try to use m2eclipse or q4e ?They'll be the future.
> >
> > maven-eclipse-plugin will probably die under its own weight. There are
> too
> > many use cases and testing coverage isn't conclusive because we only
> checks
> > what we generate and not that we are able to import/use it in eclipse .
> We
> > have really few developpers involved in it and the darkness of the
> eclipse
> > configuration doesn't help. Now many settings are stored in files.
> >
> > I'll try to have a look at MECLIPSE-443 but I cannot say when it will be.
> I
> > think it sould be better for you to be able to use plugins like m2eclipse
> or
> > q4e.
> >
> > Arnaud
> >
> > On Tue, May 26, 2009 at 3:33 PM, Martijn Dashorst <
> > martijn.dasho...@gmail.com> wrote:
> >
> >> In my opinion  MECLIPSE-443 is a very bad idea. Should every plugin be
> >> configured so that the resources available in src/main/java are
> >> treated as classpath entries? According to me the eclipse plugin
> >> should take the <resources> part of the pom into account, rather than
> >> invent yet another way of specifying where resources live.
> >>
> >> This "fix" break so many existing builds and archetypes it is not fun
> >> anymore. I for one don't like being the helpdesk for maven on the
> >> Wicket user list.
> >>
> >> Martijn
> >>
> >> On Tue, May 26, 2009 at 9:21 AM, Arnaud HERITIER <aherit...@gmail.com>
> >> wrote:
> >> > Hi Ari,
> >> > Thanks for your feedback.
> >> >
> >> > Did you follow this doc to setup your eclipse project :
> >> >
> >>
> http://maven.apache.org/plugins/maven-eclipse-plugin-2.7-SNAPSHOT/examples/specifying-source-path-inclusions-and-exclusions.html
> >> > ??
> >> >
> >> > Arnaud
> >> >
> >> >
> >> > On Tue, May 26, 2009 at 2:29 AM, ari.meyer <ari.me...@gmail.com>
> wrote:
> >> >
> >> >>
> >> >> Hi Arnaud,
> >> >>
> >> >> I just tested with maven-eclipse-plugin-2.7-20090427.230850-4.jar and
> >> I'm
> >> >> getting the same error when using Wicket:
> >> >>
> >> >> org.apache.wicket.markup.MarkupNotFoundException: Markup not found.
> >> >>
> >> >> Reverting again back to 2.5.1, everything worked properly.
> >> >>
> >> >> Best regards,
> >> >> Ari
> >> >>
> >> >>
> >> >> Arnaud HERITIER wrote:
> >> >> >
> >> >> > Hi Community,
> >> >> >   The recent release 2.6 of the maven-eclipse-plugin created many
> >> >> problems
> >> >> > for all of those who had/wanted to store non-java files under
> >> src/*/java
> >> >> > (which is required for wicket, ajdt, and probably others usecases).
> >> >> >   Even we have many integration tests in this plugin we didn't
> notice
> >> >> this
> >> >> > issue because our testcases allow us to check that generated
> >> >> configuration
> >> >> > files aren't evolving and that we are able to import and use a
> project
> >> in
> >> >> > eclipse (too heavy to do).
> >> >> >
> >> >> >   To fix this issue we (Barrie to be honest) improved the plugin to
> >> allow
> >> >> > the usage of includes and excludes. :
> >> >> > http://jira.codehaus.org/browse/MECLIPSE-104
> >> >> >   The documentation of these feature is here :
> >> >> >
> >> >>
> >>
> http://maven.apache.org/plugins/maven-eclipse-plugin-2.7-SNAPSHOT/examples/specifying-source-path-inclusions-and-exclusions.html
> >> >> > There are many broken links on the site and I don't know why. I'll
> >> >> > investigate later.
> >> >> > Others pages are the same in
> >> >> > http://maven.apache.org/plugins/maven-eclipse-plugin/
> >> >> > For AJDT project you can have a look at this page :
> >> >> > http://maven.apache.org/plugins/maven-eclipse-plugin-
> >> >> > 2.7-SNAPSHOT/examples/ajdt-projects.html
> >> >> >
> >> >> > To test the plugin you have to add in your project or in your
> settings
> >> >> > this
> >> >> > repository :
> >> >> > https://repository.apache.org/content/repositories/snapshots/
> >> >> > (be careful to the https protocol)
> >> >> > The last version I deployed is : 2.7-20090416.000603-3
> >> >> >
> >> >> > Please, test it and give us your feedback. If it is positive this
> >> week,
> >> >> > we'll launch the release process the next one.
> >> >> >
> >> >> > cheers,
> >> >> >
> >> >> > --
> >> >> > Arnaud
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> >>
> http://n2.nabble.com/-maven-eclipse-plugin--We-need-your-help-to-test-the-future-2.7-tp2646905p2972277.html
> >> >> Sent from the maven users mailing list archive at Nabble.com.
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> >> For additional commands, e-mail: users-h...@maven.apache.org
> >> >>
> >> >>
> >> >
> >>
> >>
> >>
> >> --
> >> Become a Wicket expert, learn from the best: http://wicketinaction.com
> >> Apache Wicket 1.3.5 is released
> >> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.3.5 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to