Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Help using IncrementalProjectBuilder - build() does not run
Help using IncrementalProjectBuilder - build() does not run [message #1749443] Tue, 06 December 2016 18:50
Jim Steed is currently offline Jim SteedFriend
Messages: 6
Registered: December 2016
Junior Member
I am trying to add a Project Wizard that sets a Nature which in turn adds an IncrememtalProjectBuilder to my project.

When I run my new Eclipse application, the Nature's configure is called, and the Properties for my new project correctly shows one Builder with the name I provided for the custom Builder in plugin.xml. However, when I click on "Build Project" nothing happens - my code is not called. That is, my Builder code at this point just prints to the terminal and I get no terminal output.

My sample project is a single file of my file type (not Java or anything Eclipse knows about without my plugin).

How can I get the Builder's build() function to run?

I attached the builder java and plugin.xml if it helps. Thanks for any ideas.
Previous Topic:Custom builder - Stop build on first build error
Next Topic:Would it be interesting an Eclipse plugin that allows programmaticaly (not java) to extend Eclipse
Goto Forum:
  


Current Time: Sat Apr 27 03:58:05 GMT 2024

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

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

Back to the top