-
Recent Posts
Archives
Categories
Link
Meta
Category Archives: Eclipse
Eclipse Jubula Automated Test Ant File
As a followup to my previous post on automating Eclipse Jubula tests with Jenkins, here’s an Ant file that Extracts the target platform (Eclipse in this case) and Jubula’s instrumentation plugin Deploys the plugins under test into the target platform … Continue reading
Posted in Eclipse, Java, Jenkins, Testing
4 Comments
Automating Eclipse Jubula Tests with Jenkins
Eclipse Jubula is a pretty new addition to the Eclipse universe. It’s a functional UI testing tool that allows you to specify and run tests. The tests are not code-based but can be assembled from available building blocks or recorded … Continue reading
Posted in Eclipse, Java, Jenkins, Testing
14 Comments
Maven, GWT and ECJ
When compiling a GWT webapp with the GWT Maven Plugin, you might encounter an exception such as java.lang.NoSuchFieldError: warningThreshold The reason is having ECJ in your classpath with a version different from what GWT includes. Unfortunately, GWT’s version is not … Continue reading
Posted in Eclipse, Java, Maven
4 Comments
Tomcat not reloading Vaadin App’s View when running in Eclipse
Ever had the problem that changes to a Vaadin App’s UI were not reflected in the runtime when running and deploying to a Tomcat in Eclipse, even after reloading the app? Vaadin stores views in the Session, and a default … Continue reading
Posted in Eclipse, Java, Vadiin
Leave a comment
Eclipse Plugin for Concordion
I’ve released a new Eclipse Plugin for editing Concordion Specifications. Concordion is a cool integration testing framework, check out the tutorial if you’re new to Concordion. The plugin can be installed from the update site as described on the Project … Continue reading
Posted in Concordion, Eclipse, Java, Testing
Leave a comment