Prevent Eclipse Java Builder from Compiling Java-Like Source
- by redjamjar
I'm in the process of writing an eclipse plugin for my programming language Whiley (see http://whiley.org). The plugin is working reasonably well, although there's lots to do. Two pieces of the jigsaw are:
I've created a "Whiley Builder" by subclassing incremental project builder. This handles building and cleaning of "*.whiley" files.
I've…