Pustefix Eclipse Plugin - Update Site
Version
Pustefix Eclipse Plugin 0.3.0
Features
- Incremental project builder
- IWrapper source generation
- StatusCodeLib source generation
Installation
Create a new update site using this site's URL and select/install the Pustefix Eclipse Plugin.
Usage
The Pustefix plugin provides a special Pustefix nature which can be added to existing Java projects.
This can be done by choosing the according Java project in the Navigator or Package Explorer view and selecting Set Pustefix Nature from the context menu (in the same manner the nature can be removed by selecting Remove Pustefix Nature).
Adding the Pustefix nature automatically adds the Pustefix Builder on
top of all builders (before the Java builder). This means, when you
add, change or remove files (IWrappers, StatusCodes) first the Pustefix
Builder is called and does its preprocessing (source generation), after
that the Java builder does its work.