Archive for the ‘oss’ tag
EMF Build Manager 0.1-Beta Released
The EMF Builder 0.1-beta has been released and I wish everyone to install and give it a test drive.
Update Site:
http://emf-ebm.svn.sourceforge.net/svnroot/emf-ebm/update/
Project Proposal:
http://ebm.batoo.org
Upon installation, right-clicking on the project and Configure -> Add EMF Nature will enable the functionality. In case you experience problems with it you can turn off the nature the same way you enable it.
It should not be dangerous for your source as it uses the EMF and GMF code generation framework. The worst case scenario it will not trigger builds.
Here are the highlights:
* It supports full list of EMF resources by file extension
* It supports transitive dependencies upwards and downwards
- Downwards, if there is an error on a resource, the resources dependent
on this one will be suspended
- Upwards, resources watch for changes in the dependencies and rebuild
when necessary
* It detects the underlying EMF version and regenerates on a change
detection
* Dependency state is preserved across eclipse sessions
* Takes advantage of the Jobs Framework as much as possible with detailed
progress reporting through progress view.
* It provides three extension points
- An extension point to register validators, built in EMF Validator is
registered with this extension
- An extension point to register generators, built in EMF Generator is
registered with this extension. And also a complementary GMF generator uses
this extension points
- An extension point to register content types with the infrastructure,
GMF Gen content type is registered using this extension point
* Full error / warning reporting via “Problems View” marker support
* Quick fix support
* Trace support (For bug reports I would appreciate trace turned on)
Popularity: 6%