Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Lots of Projects

STS still uses the old m2e 0.12, according to https://issuetracker.springsource.com/browse/STS-1919 m2e 1.0 should be available in 2.8

Matthew

On 21 July 2011 18:02, Max Rydahl Andersen <max.andersen@xxxxxxxxxx> wrote:
which version of m2eclipse are you using ?

1.0 have much better default behavior and much faster import than i.e. 0.12 or earlier.

If you are using 1.0 then I'm curios to know what your project contains ;)

-max

On Jul 21, 2011, at 22:54, Joe Toth wrote:

> I have about 130 projects I would like to load up. They are all
> managed by Maven. Currently I use IntelliJ for the most part and it
> doesn't have any problems loading up this many projects.
>
> When I load them all up in Spring STS 2.7.1 it takes forever and I
> haven't seen it complete yet.
>
> Some of these projects are GWT projects so when doing a maven compile
> it will not only compile the source, but translate the java code to
> _javascript_, which can take a while.
>
> So I have 2 questions.
> 1. Is there a global way to just let Eclipse handle the compiling? (So
> the GWT projects won't use maven 'compile' to web mode)
> 2. Is there anything special I can do when loading up so many
> projects? I would like to load them all up, then close and open the
> ones I am currently working on.
>
> Does anyone else keep a lot of projects open? How do you deal with it?
>
> Thanks!
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users

/max
http://about.me/maxandersen



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top