Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Compilation of gwt project's is very slow
Compilation of gwt project's is very slow [message #646841] Sat, 01 January 2011 05:02 Go to next message
superbady is currently offline superbadyFriend
Messages: 1
Registered: July 2009
Junior Member
Our environment is as follows:
1. Eclipse JavaEE 3.6 with Google Web Toolkit(gwt) plugin
2. GWT 2.0.4/GWT2.1, we use UiBinder.
3. Subclipse for svn access

Whenever we change some files or fetch updates from SVN server
relating to GWT client side codes, Eclipse shows that it is building
workspace/analyzing source. But it is very slow(at least 2 minutes).

In another project, we don't use GWT and we didn't see such problems.

How can I know the detail about what Eclipse is doing during the long period?

Do you have any clues on why this happen and how to solve it?

[Updated on: Sat, 01 January 2011 05:41]

Report message to a moderator

Re: Compilation of gwt project's is very slow [message #646857 is a reply to message #646841] Sat, 01 January 2011 16:51 Go to previous messageGo to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
Hi

> How can I know the detail about what Eclipse is doing during the long
> period?
I suggest attaching a profiler like VisualVM [1] or YourKit [2] to the
Eclipse process. Then you know exactly what happens. If that's too low
level for you, you might give the lack of progress bar plug-in [3] a chance.

[1] https://visualvm.dev.java.net (site currently f* up by Oracle)
[2] http://www.yourkit.com
[3] http://lopb.org

HTH
Michael
Re: Compilation of gwt project's is very slow [message #646936 is a reply to message #646857] Mon, 03 January 2011 09:35 Go to previous message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
You could try turning on the debug options for the Java builder and try to understand what is happening!
#######
Create a file called .options in the eclipse folder with the following lines in it.

org.eclipse.jdt.core/debug=true
org.eclipse.jdt.core/debug/builder=true

Then run eclipse as
%eclipsec.exe -debug
###########
Previous Topic:Weird Exception after AST Rewrite and incremental builder
Next Topic:JAR Export does not allow to select Main class
Goto Forum:
  


Current Time: Fri Apr 26 18:42:55 GMT 2024

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

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

Back to the top