Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse/FAQ/How do I implement an Eclipse builder?

< Eclipse‎ | FAQ
Revision as of 16:34, 14 March 2006 by Claffra (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To understand how Eclipse builds projects, you need to

  • Understand where Eclipse stores its project build specifications

(SeeFAQ_Where_are_project_build_specifications_stored? </li>

  • Be able to add a builder to a given project

(SeeFAQ_How_do_I_add_a_builder_to_a_given_project? </li>


  • Implement the builder

(SeeFAQ_How_do_I_implement_an_incremental_project_builder? </li>


  • Make your compiler incremental

(SeeFAQ_How_do_I_make_my_compiler_incremental? </li>


If you follow these instructions, but your builder does not seem to be called, consultFAQ_How_do_I_handle_setup_problems_for_a_given_builder?


See Also:

FAQ_Where_are_project_build_specifications_stored?

Incremental project builders (See Platform Plug-in Developer's Guide)


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top