Category Archives: Eclipse

PHPEclipse and Smarty

Eclipse has become a powerful IDE for PHP development. As with most open source projects, eclipse provides multiple options how to use it with php and also how to work with smarty. The available options to work with smarty depends … Continue reading

Posted in Eclipse, Web Development | Leave a comment

Eclipse: Add a Simple Context Menu to Custom Viewer

Eclipse provides the capability to specify custom context menus and add them via extension points. Furthermore, it is possible to add a context menu to your self implemented viewer. There are several tutorials out there how this is done. However, … Continue reading

Posted in Eclipse, Eclipse Plugin Development | Leave a comment

EMF External GenModel Reference Problem

If you are developing your own metamodel, EMF provides you the capability to reference elements from another meta model. Later, when you try to generate java code for your meta model and according edit and editor plugins, you might get … Continue reading

Posted in Eclipse, Eclipse Modeling (EMF), Eclipse Plugin Development, MoDisco | Leave a comment

Jenkins/Buckminster/Emma NoSuchMethodError – Specify packages to instrument

The eclipse tool project provides the Buckminster project to automate the build process for eclipse plugins, features and update sites. The jenkins continuous integration server also provides a plugin to integrate buckminster into the automated build process. A good continuous … Continue reading

Posted in Eclipse, Eclipse Plugin Development | Leave a comment

Talk at VKSI Sneak Preview

Last week I gave a talk about the Eclipse MoDisco project. It was about an overview what the project provides in the context of software modernization. However, it lead to interesting discussion about what is possible with the infrastructure and … Continue reading

Posted in Conferences, Eclipse, Eclipse Modeling (EMF), MoDisco | Leave a comment

Eclipse: Raise PermSize in Run Configuration

One of the first things I do when working with eclipse is to raise the allocated memory. This will make eclipse running more smoothly. However, when developing eclipse plugins and applications you might have faced an OutOfMemoryException because of your … Continue reading

Posted in Eclipse, Eclipse Plugin Development | Leave a comment

Logging in Eclipse Plugins with JUnit Support

Logging can be used for a lot of different of use cases, ranging from debug messages during development upto application monitoring in production. In the past, log4j was set as a de facto standard, slf4j and the java internal java.util.logging … Continue reading

Posted in Eclipse, Eclipse Plugin Development, Uncategorized | Leave a comment

EMF: Load Model with eProxyURI References

The Eclipse EMF persistence framework enables you to store your model into separate Resources combined in a ResourceSet. This makes absolutely sense e.g. for large models or conceptual separated model parts. By simply initializing a resource set and loading the … Continue reading

Posted in Eclipse, Eclipse Modeling (EMF), MoDisco | Leave a comment

Eclipse Buckminster: SVN repository path does not match plugin id

The buckminster project provides a great infrastructure to build your eclipse plugin. Especially in combination with a continous integration server (e.g. Jenkins) it works pretty smoothly. It works best if you created your plugin projects according to specific best practices. … Continue reading

Posted in Eclipse, Eclipse Plugin Development | Leave a comment

EMF: Reference Model provided by an installed Plugin

While modeling and ecore-based model with the Eclipse Modeling Framework, you might want to reference an existing model. To do this, you can simply right-click on your model in the tree editor and choose “load resource”. Or when your are … Continue reading

Posted in Eclipse Modeling (EMF) | Leave a comment