Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Newbie question
Newbie question [message #46672] Mon, 02 June 2003 14:22 Go to next message
Lubos is currently offline LubosFriend
Messages: 9
Registered: July 2009
Junior Member
When I start Eclipse, it always takes a loooong time to do first
compilation.
I'm using Eclipse for three project, each has about 1000 files.
They are independent on each other.
Why are they all compiled with first me run on any project?

I want to run project A, but all three are compiled, why? Is is possible to
disable this 'feature'?

Cheers,
Lubos
Re: Newbie question [message #46746 is a reply to message #46672] Mon, 02 June 2003 14:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tom.eicher.gmx.ch.nodomain

Lubos,

"lubos vrba" <lubos.vrba@seznam.cz> wrote in message
news:bbfmjj$m78$1@rogue.oti.com...
> When I start Eclipse, it always takes a loooong time to do first
> compilation.
> I'm using Eclipse for three project, each has about 1000 files.
> They are independent on each other.
> Why are they all compiled with first me run on any project?

Are you saying that they are compiled every time you start eclipse? This
should not happen after the first compilation, unless the workbench crashes
or you kill it. If that is not the case, you might have found a bug (see
http://bugs.eclipse.org).

> I want to run project A, but all three are compiled, why?

Per default, everything is compiled whenever you *save* a file, not just
when you run a project.

> Is is possible to disable this 'feature'?

Go to the Window->Preferences menu;
on the "Workbench" page, disable "Perform build automatically on resource
modification"

You can then trigger a build using the "Project" menu.

-tom
Re: Newbie question [message #46978 is a reply to message #46746] Mon, 02 June 2003 23:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pdrolet.mac.com

You can close the projects that you do not use. It is a matter of
seconds to close or to open a project and it speeds up the IDE.


Patrice
Re: Newbie question [message #47450 is a reply to message #46672] Tue, 03 June 2003 15:28 Go to previous message
jochen vogele is currently offline jochen vogeleFriend
Messages: 13
Registered: July 2009
Junior Member
maybe you checked the option: "Refresh Workspace on startup". If this option
is turned on then the workspace resources will be synchronized with their
corresponding resources in the file system when the platform is started.
"Note that this can potentially be a lengthy operation depending on the
number of resources you have in your workspace."

It's off by default.

regards,
jv


"lubos vrba" <lubos.vrba@seznam.cz> schrieb im Newsbeitrag
news:bbfmjj$m78$1@rogue.oti.com...
> When I start Eclipse, it always takes a loooong time to do first
> compilation.
> I'm using Eclipse for three project, each has about 1000 files.
> They are independent on each other.
> Why are they all compiled with first me run on any project?
>
> I want to run project A, but all three are compiled, why? Is is possible
to
> disable this 'feature'?
>
> Cheers,
> Lubos
>
>
Previous Topic:ResourceBundle problem: Cannot find properties file
Next Topic:problem running one plugin that depends upon another plugin
Goto Forum:
  


Current Time: Thu Dec 26 19:34:31 GMT 2024

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

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

Back to the top