Help using IncrementalProjectBuilder - build() does not run [message #1749443] |
Tue, 06 December 2016 13:50 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.02558 seconds