Skip to main content



      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 13:50
Eclipse UserFriend
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: Mon Mar 17 08:19:56 EDT 2025

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

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

Back to the top