Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse 3.3.2 - compiling workspace takes an extremely long time.
Eclipse 3.3.2 - compiling workspace takes an extremely long time. [message #335109] Mon, 23 March 2009 14:15 Go to next message
Steve Whatmore is currently offline Steve WhatmoreFriend
Messages: 95
Registered: July 2009
Member
Good morning,

I am running into the problem where the recompilation of the workspace
(Dynamic web project) is taking an extremely long time.

I have run into the problem in the past and seemed to be solved by going to
a clean Eclipse image, but it is occurring again.

I kind of get the feeling that it is related to some combination of plugins
that I have but have no clue how to track it down.

Is this a known problem or has anyone else run across this.

Thanks in advance.

Whatty
Re: Eclipse 3.3.2 - compiling workspace takes an extremely long time. [message #335118 is a reply to message #335109] Mon, 23 March 2009 16:37 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"Whatty" <steven.whatmore@lynxdev.com> wrote in message
news:gq85i1$9tr$1@build.eclipse.org...
> Good morning,
>
> I am running into the problem where the recompilation of the workspace
> (Dynamic web project) is taking an extremely long time.
>
> I have run into the problem in the past and seemed to be solved by going
> to a clean Eclipse image, but it is occurring again.
>
> I kind of get the feeling that it is related to some combination of
> plugins that I have but have no clue how to track it down.
>
> Is this a known problem or has anyone else run across this.


One thing you can do is run Eclipse with eclipsec.exe rather than
eclipse.exe; that will give you a console window. Then, while it's in a
slow build, you can hit Ctrl+Break and that should give you a thread dump.
Do a couple of thread dumps and you may be able to get a sense of what part
of the code is taking so long.

Dynamic web projects can be slowed by a number of things. One is schema
validation, if it has to go out on the network to find a schema. Also if
there are large jar files on the classpath, it can exceed cache limits and
start thrashing in some cases.
Re: Eclipse 3.3.2 - compiling workspace takes an extremely long time. [message #335138 is a reply to message #335118] Tue, 24 March 2009 06:13 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
> Dynamic web projects can be slowed by a number of things. One is schema
> validation, if it has to go out on the network to find a schema.

In the past, I've experienced a very slow build due to a schema
validation. Also if you have other facets, they might also consume a good
amount of time (like Cypal Studio for GWT, which triggers GWT Compiler
during a build)

- Prakash
--

http://blog.eclipse-tips.com
Previous Topic:Synchronous reorder of columns in two tables
Next Topic:Restoring toolbar item state of last session
Goto Forum:
  


Current Time: Thu Mar 28 17:10:21 GMT 2024

Powered by FUDForum. Page generated in 0.02220 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top