Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Having a Bad Week - eclipse sick

Same here. 
I convinced my team to migrate our IDE to Eclipse and m2eclipse, since NetBeans 6.7 had mad bugs related to Maven support.
My team hated me :) M2Eclipse is highly unpredictable if working with a war type project. Eclipse is a heavy-weight champion in regards to memory and cpu consumption, if working with many projects (5 open). 
We had 4 projects at first, which we managed to split to 10, so we can working independently on. Once you load 10 maven projects to Eclipse, it simply fails to do its job.

Lucky for us Netbeans 6.9.1 fixed many of the Maven pitfalls it had, and the transition was smooth, thanks to Maven which made our projects IDE independent.

It works a lot faster, without regard to the number of open projects.
It's Maven integration is a bit dumm, since during runtime it uses the jars in .m2/repository, meaning changing a common in-house library equals running Build (mvn install -DskiptTests) on it. Even despite this disadvantage it is still a faster development experience.

One of our teams actually bought a personal license to IntelliJ, and seems to be extra happy in comparison to the rest of the team. This IDE seems to be the Porche of IDEs, but it cost money so it's out of the question in our start-up company.

I hope that in the future Eclipse and its Maven integration will improve so I can get back using it.


  

On Fri, Mar 25, 2011 at 7:42 PM, Westfall, Eric Curtis <ewestfal@xxxxxxxxxxx> wrote:
I've had similar experiences (mostly related to slowness) once we migrated
our project to a multi-module project using m2eclipse, despite my attempts
to make sure I'm giving it enough memory and stripping eclipse down to the
bare minimum.  It got so bad that many of our team migrated to IntelliJ
and are happy as can be.  However, it's an open source project that we
work on, so I felt like it was important that it at least be possible to
build the project and everything in Eclipse so I've been trying to
persevere and create the semblance of a workable development environment
with Eclipse.

That said, one thing you might try which seemed to help us a little bit
(though I don't understand why) was to use the 32-bit version of Eclipse
instead of 64-bit.  It seemed to consume less memory, prior to that we
would exceed 350 mb of perm space just checking out our project from
subversion and building it.  So it may not help you out much but it might
be worth trying if you are currently using 64-bit.

Good luck,
Eric

On 3/24/11 4:52 PM, "Steve Cohen" <scohen@xxxxxxxxxxxxxxx> wrote:

>and, sad to say, it's mostly because of the combination of m2eclipse,
>helios, subversive and the whole fracking mess.
>
>Eclipse has become less and less usable.  I don't know who's to blame,
>which plugin is the cause or whether it's the whole platform or some
>combination.  Rare is the day of heavy development where Eclipse doesn't
>crash many times.
>
>Every crash is different.  Sometimes I have to delete the .lock file.
>Other times I don't.  Other times I can't do it without killing processes.
>
>How many minutes am I losing waiting for updates from the Maven
>repository.  How careful I must be these days when clicking the mouse,
>if you click when something else is going on, that's just asking for
>trouble.
>
>And then there are things going on in the background that you don't even
>know about.
>
>I decided I may have had too many plugins installed.  So I built a new
>Eclipse installation using the latest and only what I really needed:
>
>eclipse-jee-helios-SR2
>m2eclipse, whatever the latest that's available today
>subversive
>hibernate plugin
>
>No C, no google windowing toolkit, no perl, no python, no shell script
>editor, no nothing I don't use daily.  That other stuff is in my old
>installation for when I need that.
>
>Did it help?  Not much.  I still wait more than I used to.  There are
>still user interface actions that provoke crashes.  I created a new
>workspace,and hit one of those problems in ten minutes.
>
>I don't know who to blame but this world has gotten out of hand in the
>last six months.
>
>I am on a Windows XP platform with 4GB RAM.  Is that not enough anymore?
>
>
><end of rant>
>
>
>
>_______________________________________________
>m2e-users mailing list
>m2e-users@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/m2e-users

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


Back to the top