How to get the “Push to Gerrit” Action back with EGit
This week I updated my IDE to Eclipse 4.3.2 which comes with Egit 3.2. After that my “Push to Gerrit” action... The post How to get the “Push to Gerrit” Action back with EGit appeared first on...
View ArticleExecution of JUnit Tests in a Single-Sourced Application
One strength of Eclipse is the possibility to use the same code on desktop clients as well as in web clients.... The post Execution of JUnit Tests in a Single-Sourced Application appeared first on...
View ArticleSemantic Versioning for Eclipse Developers
Eclipse/OSGi has a strict versioning scheme consisting of 4 parts, separated by dots. This is well-known to Eclipse developers, and thus... The post Semantic Versioning for Eclipse Developers appeared...
View ArticleFocusing on the Problems
The “Problems” view in Eclipse lists errors and warnings in the workspace. In its default settings this view is not entirely... The post Focusing on the Problems appeared first on EclipseSource.
View ArticleRWTBot
Recently I started working at a headless client for RAP 2.0 with the following aims: Allow functional testing of RAP/RWT applications.... The post RWTBot appeared first on EclipseSource.
View ArticleDoes your application have working brakes?
Suppose your friend got a new motorcycle. The first questions are probably like the following. What horsepower does it have? How... The post Does your application have working brakes? appeared first on...
View ArticleEclipse Testing Day 2012 Submissions Open
This year marks the third Eclipse Testing Day, where the community gathers for a day focusing on testing with, for and... The post Eclipse Testing Day 2012 Submissions Open appeared first on...
View ArticleMy Eclipse Testing Day
At September 7th I attended the Eclipse Testing Day 2011. In the morning we heard several talks about various testing strategies... The post My Eclipse Testing Day appeared first on EclipseSource.
View ArticleAnnouncing a full featured PDE Build example from a Git repository
I set up a githup repository that gives a working example for a PDE product build from a git repository. It... The post Announcing a full featured PDE Build example from a Git repository appeared first...
View ArticleCapture screenshot on failing SWTBot tests
Sometimes functional tests fail. If they do, I not only want to see the test and the error message, I also... The post Capture screenshot on failing SWTBot tests appeared first on EclipseSource.
View ArticleHow to get the “Push to Gerrit” Action back with EGit
This week I updated my IDE to Eclipse 4.3.2 which comes with Egit 3.2. After that my “Push to Gerrit” action was gone from the usual place. If the same thing happens to you, here is how to get it back:...
View ArticleExecution of JUnit Tests in a Single-Sourced Application
One strength of Eclipse is the possibility to use the same code on desktop clients as well as in web clients. The same application can run as an installed desktop application and in the web browser,...
View ArticleSemantic Versioning for Eclipse Developers
Eclipse/OSGi has a strict versioning scheme consisting of 4 parts, separated by dots. This is well-known to Eclipse developers, and thus in the Eclipse/OSGi world the versioning problems are solved. In...
View ArticleFocusing on the Problems
The “Problems” view in Eclipse lists errors and warnings in the workspace. In its default settings this view is not entirely helpful, but it is highly customizable. Today I want to show you how you can...
View ArticleRWTBot
Recently I started working at a headless client for RAP 2.0 with the following aims: Allow functional testing of RAP/RWT applications. Allow stress testing of RAP/RWT applications, working together...
View ArticleDoes your application have working brakes?
Suppose your friend got a new motorcycle. The first questions are probably like the following. What horsepower does it have? How fast can it go? How long does it take from 0 to 100km/h? How about 0 to...
View ArticleEclipse Testing Day 2012 Submissions Open
This year marks the third Eclipse Testing Day, where the community gathers for a day focusing on testing with, for and at Eclipse. The event takes place on September 05 in Darmstadt. The general theme...
View ArticleMy Eclipse Testing Day
At September 7th I attended the Eclipse Testing Day 2011. In the morning we heard several talks about various testing strategies in different commercial products. Alexander Klein from BeOne held an...
View ArticleAnnouncing a full featured PDE Build example from a Git repository
I set up a githup repository that gives a working example for a PDE product build from a git repository. It is meant to ease the pain of setting up new builds by having a working template that just...
View ArticleCapture screenshot on failing SWTBot tests
Sometimes functional tests fail. If they do, I not only want to see the test and the error message, I also want a screenshot of the application in the state during the failing test. I was astonished to...
View Article