Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Question about eclipse build process
Question about eclipse build process [message #250513] Tue, 08 January 2008 23:06 Go to next message
Eclipse UserFriend
Originally posted by: ku_long.hotmail.com

Hey,

Our plug-in has a resource listener which listens to
PRE_BUILD and POST_BUILD events. It works very good
except one case that if I turn off the automatically
build function and click Project --> Clean menu, then
turn on the automatically build function. I observed
that our incremental builder, which extends
org.eclipse.core.resources.IncrementalProjectBuilder,
gets called for each project but our resource listener
did not catch anything (PRE_BUID or POST_BUILD). Could
anyone explain what eclipse does when I turn on the
automatically build function after a clean action.

Thanks.
Re: Question about eclipse build process [message #250678 is a reply to message #250513] Mon, 14 January 2008 21:55 Go to previous message
Eclipse UserFriend
Originally posted by: ku_long.hotmail.com

Does anyone know the answer? I don't know if it's
desired that eclipse does not fire a PRE_BUILD and
POST_BUILD event when "Automatically Build" is turn
on and there are some changes have been made. Or it
could be that I missed something.
Previous Topic:JavaModelException when trying to get compilation units from JavaProject!
Next Topic:Running a single test in /org.eclipse.jdt.core.tests.compiler/ with a 1.5 jre ?
Goto Forum:
  


Current Time: Sun Sep 01 06:49:26 GMT 2024

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

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

Back to the top